Shades of Seagull #66C3CF
Tints of Seagull #66C3CF
RGB
CMYK
RGB Variations
Color information
#66C3CF (or 0x66C3CF) is known color: Seagull. HEX triplet: 66, C3 and CF. RGB value is (102,195,207). Sum of RGB (Red+Green+Blue) = 102+195+207=504 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.24% from 504); Green value is 195 (76.56% from 255 or 38.69% 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 #66C3CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66C3CF is #993C30. Grayscale: #A8A8A8. Windows color (decimal): -10042417 or 13615974. OLE color: 13615974.
HSL color Cylindrical-coordinate representation of color #66C3CF: hue angle of 186.86º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #66C3CF is Cyan = 0.51, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 195 | 207 | - |
| CMYK | 0.51 | 0.06 | 0 | 0.19 |
| HSL | 186.86º | 0.52% | 0.61% | - |
| HSV(B) | 186.86º | 0.51% | 0.81% | - |
| XYZ | 36.26 | 46.36 | 66.07 | - |
| YUV | 168.56 | 149.69 | 80.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 195 | 207 | 0.51 | 0.06 | 0 | 0.19 | 186.86 | 0.52 | 0.61 |
| Hex | 66 | C3 | CF | 33 | 6 | 0 | 13 | BB | 34 | 3D |
| Octal | 146 | 303 | 317 | 63 | 6 | 0 | 23 | 273 | 64 | 75 |
| Binary | 1100110 | 11000011 | 11001111 | 110011 | 110 | 0 | 10011 | 10111011 | 110100 | 111101 |
Color Harmonies of #66C3CF
Complementary color
Monochromatic Colors of #66C3CF
Black with #66C3CF
Text Example
Text Example
White with #66C3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66C3CF; }
p { color: rgb(102,195,207); }
H1.HeaderClassName
{
color: #66C3CF;
}
.AnyTagClassName
{
color: #66C3CF;
}
</style>
background-color css
<style>
a { background-color: #66C3CF; }
a { background-color: rgb(102,195,207); }
div.DivClassName
{
background-color: #66C3CF;
}
.BgClassName
{
background-color: #66C3CF;
}
</style>
border-color css
<style>
span { border-color: #66C3CF; }
span { border-color: rgb(102,195,207); }
td.TdClassName
{
border-color: #66C3CF;
}
.TagClassName
{
border-color: #66C3CF;
}
</style>