Shades of Seagull #66C2CE
Tints of Seagull #66C2CE
RGB
CMYK
RGB Variations
Color information
#66C2CE (or 0x66C2CE) is known color: Seagull. HEX triplet: 66, C2 and CE. RGB value is (102,194,206). Sum of RGB (Red+Green+Blue) = 102+194+206=502 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.32% from 502); Green value is 194 (76.17% from 255 or 38.65% from 502); Blue value is 206 (80.86% from 255 or 41.04% from 502); Max value from RGB is 206 - color contains mainly: blue. Hex color #66C2CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66C2CE is #993D31. Grayscale: #A7A7A7. Windows color (decimal): -10042674 or 13550182. OLE color: 13550182.
HSL color Cylindrical-coordinate representation of color #66C2CE: hue angle of 186.92º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66C2CE is Cyan = 0.50, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 194 | 206 | - |
| CMYK | 0.50 | 0.06 | 0 | 0.19 |
| HSL | 186.92º | 0.51% | 0.6% | - |
| HSV(B) | 186.92º | 0.5% | 0.81% | - |
| XYZ | 35.91 | 45.86 | 65.35 | - |
| YUV | 167.86 | 149.52 | 81.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 194 | 206 | 0.50 | 0.06 | 0 | 0.19 | 186.92 | 0.51 | 0.6 |
| Hex | 66 | C2 | CE | 32 | 6 | 0 | 13 | BB | 33 | 3C |
| Octal | 146 | 302 | 316 | 62 | 6 | 0 | 23 | 273 | 63 | 74 |
| Binary | 1100110 | 11000010 | 11001110 | 110010 | 110 | 0 | 10011 | 10111011 | 110011 | 111100 |
Color Harmonies of #66C2CE
Complementary color
Monochromatic Colors of #66C2CE
Black with #66C2CE
Text Example
Text Example
White with #66C2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66C2CE; }
p { color: rgb(102,194,206); }
H1.HeaderClassName
{
color: #66C2CE;
}
.AnyTagClassName
{
color: #66C2CE;
}
</style>
background-color css
<style>
a { background-color: #66C2CE; }
a { background-color: rgb(102,194,206); }
div.DivClassName
{
background-color: #66C2CE;
}
.BgClassName
{
background-color: #66C2CE;
}
</style>
border-color css
<style>
span { border-color: #66C2CE; }
span { border-color: rgb(102,194,206); }
td.TdClassName
{
border-color: #66C2CE;
}
.TagClassName
{
border-color: #66C2CE;
}
</style>