#65C4CF

Color #65C4CF Seagull (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seagull #65C4CF

Tints of Seagull #65C4CF

Color information

#65C4CF (or 0x65C4CF) is unknown color: approx Seagull. HEX triplet: 65, C4 and CF. RGB value is (101,196,207). Sum of RGB (Red+Green+Blue) = 101+196+207=504 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20.04% from 504); Green value is 196 (76.95% from 255 or 38.89% from 504); Blue value is 207 (81.25% from 255 or 41.07% from 504); Max value from RGB is 207 - color contains mainly: blue. Hex color #65C4CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65C4CF is #9A3B30. Grayscale: #A8A8A8. Windows color (decimal): -10107697 or 13616229. OLE color: 13616229.

HSL color Cylindrical-coordinate representation of color #65C4CF: hue angle of 186.23º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #65C4CF is Cyan = 0.51, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB101196207-
CMYK0.510.0500.19
HSL186.23º52.48%60.39%-
HSV(B)186.23º51.21%81.18%-
XYZ36.3746.7566.14-
YUV168.85149.5379.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 101 (39.84% from 255) = 20.04%
GREEN value IS 196 (76.95% from 255) = 38.89%
BLUE value IS 207 (81.25% from 255) = 41.07%
R=20.04%
G=38.89%
B=41.07%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1011962070.510.0500.19186.2352.4860.39
Hex65C4CF335013ba343c
Octal1453043176350232726474
Binary1100101110001001100111111001110101001110111010110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65C4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65C4CF; }

 p { color: rgb(101,196,207); }

 H1.HeaderClassName
 {
   color: #65C4CF;
 }
 .AnyTagClassName
 {
   color: #65C4CF;
 }
</style>
background-color css

<style>
 a { background-color: #65C4CF; }

 a { background-color: rgb(101,196,207); }

 div.DivClassName
 {
   background-color: #65C4CF;
 }
 .BgClassName
 {
   background-color: #65C4CF;
 }
</style>
border-color css

<style>
 span { border-color: #65C4CF; }

 span { border-color: rgb(101,196,207); }

 td.TdClassName
 {
   border-color: #65C4CF;
 }
 .TagClassName
 {
   border-color: #65C4CF;
 }
</style>