Shades of Seagull #66C5CF
Tints of Seagull #66C5CF
RGB
CMYK
RGB Variations
Color information
#66C5CF (or 0x66C5CF) is known color: Seagull. HEX triplet: 66, C5 and CF. RGB value is (102,197,207). Sum of RGB (Red+Green+Blue) = 102+197+207=506 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20.16% from 506); Green value is 197 (77.34% from 255 or 38.93% from 506); Blue value is 207 (81.25% from 255 or 40.91% from 506); Max value from RGB is 207 - color contains mainly: blue. Hex color #66C5CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66C5CF is #993A30. Grayscale: #A9A9A9. Windows color (decimal): -10041905 or 13616486. OLE color: 13616486.
HSL color Cylindrical-coordinate representation of color #66C5CF: hue angle of 185.71º 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 #66C5CF is Cyan = 0.51, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 197 | 207 | - |
| CMYK | 0.51 | 0.05 | 0 | 0.19 |
| HSL | 185.71º | 0.52% | 0.61% | - |
| HSV(B) | 185.71º | 0.51% | 0.81% | - |
| XYZ | 36.71 | 47.26 | 66.22 | - |
| YUV | 169.74 | 149.03 | 79.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 197 | 207 | 0.51 | 0.05 | 0 | 0.19 | 185.71 | 0.52 | 0.61 |
| Hex | 66 | C5 | CF | 33 | 5 | 0 | 13 | BA | 34 | 3D |
| Octal | 146 | 305 | 317 | 63 | 5 | 0 | 23 | 272 | 64 | 75 |
| Binary | 1100110 | 11000101 | 11001111 | 110011 | 101 | 0 | 10011 | 10111010 | 110100 | 111101 |
Color Harmonies of #66C5CF
Complementary color
Monochromatic Colors of #66C5CF
Black with #66C5CF
Text Example
Text Example
White with #66C5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66C5CF; }
p { color: rgb(102,197,207); }
H1.HeaderClassName
{
color: #66C5CF;
}
.AnyTagClassName
{
color: #66C5CF;
}
</style>
background-color css
<style>
a { background-color: #66C5CF; }
a { background-color: rgb(102,197,207); }
div.DivClassName
{
background-color: #66C5CF;
}
.BgClassName
{
background-color: #66C5CF;
}
</style>
border-color css
<style>
span { border-color: #66C5CF; }
span { border-color: rgb(102,197,207); }
td.TdClassName
{
border-color: #66C5CF;
}
.TagClassName
{
border-color: #66C5CF;
}
</style>