#66C0CB

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

Shades of Seagull #66C0CB

Tints of Seagull #66C0CB

Color information

#66C0CB (or 0x66C0CB) is unknown color: approx Seagull. HEX triplet: 66, C0 and CB. RGB value is (102,192,203). Sum of RGB (Red+Green+Blue) = 102+192+203=497 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.52% from 497); Green value is 192 (75.39% from 255 or 38.63% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 203 - color contains mainly: blue. Hex color #66C0CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66C0CB is #993F34. Grayscale: #A6A6A6. Windows color (decimal): -10043189 or 13353062. OLE color: 13353062.

HSL color Cylindrical-coordinate representation of color #66C0CB: hue angle of 186.53º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66C0CB is Cyan = 0.50, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB102192203-
CMYK0.500.0500.20
HSL186.53º49.27%59.8%-
HSV(B)186.53º49.75%79.61%-
XYZ35.1144.8463.3-
YUV166.34148.6882.11-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.52%
GREEN value IS 192 (75.39% from 255) = 38.63%
BLUE value IS 203 (79.69% from 255) = 40.85%
R=20.52%
G=38.63%
B=40.85%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1021922030.500.0500.20186.5349.2759.8
Hex66C0CB325014bb313c
Octal1463003136250242736174
Binary1100110110000001100101111001010101010010111011110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66C0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66C0CB; }

 p { color: rgb(102,192,203); }

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

<style>
 a { background-color: #66C0CB; }

 a { background-color: rgb(102,192,203); }

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

<style>
 span { border-color: #66C0CB; }

 span { border-color: rgb(102,192,203); }

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