Shades of Seagull #66C0CC
Tints of Seagull #66C0CC
RGB
CMYK
RGB Variations
Color information
#66C0CC (or 0x66C0CC) is known color: Seagull. HEX triplet: 66, C0 and CC. RGB value is (102,192,204). Sum of RGB (Red+Green+Blue) = 102+192+204=498 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.48% from 498); Green value is 192 (75.39% from 255 or 38.55% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 204 - color contains mainly: blue. Hex color #66C0CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66C0CC is #993F33. Grayscale: #A6A6A6. Windows color (decimal): -10043188 or 13418598. OLE color: 13418598.
HSL color Cylindrical-coordinate representation of color #66C0CC: hue angle of 187.06º degrees, saturation: 0.5, 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 #66C0CC is Cyan = 0.5, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 102 | 192 | 204 | - |
| CMYK | 0.5 | 0.06 | 0 | 0.2 |
| HSL | 187.06º | 0.5% | 0.6% | - |
| HSV(B) | 187.06º | 0.5% | 0.8% | - |
| XYZ | 35.23 | 44.88 | 63.93 | - |
| YUV | 166.46 | 149.18 | 82.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 192 | 204 | 0.5 | 0.06 | 0 | 0.2 | 187.06 | 0.5 | 0.6 |
| Hex | 66 | C0 | CC | 32 | 6 | 0 | 14 | BB | 32 | 3C |
| Octal | 146 | 300 | 314 | 62 | 6 | 0 | 24 | 273 | 62 | 74 |
| Binary | 1100110 | 11000000 | 11001100 | 110010 | 110 | 0 | 10100 | 10111011 | 110010 | 111100 |
Color Harmonies of #66C0CC
Complementary color
Monochromatic Colors of #66C0CC
Black with #66C0CC
Text Example
Text Example
White with #66C0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66C0CC; }
p { color: rgb(102,192,204); }
H1.HeaderClassName
{
color: #66C0CC;
}
.AnyTagClassName
{
color: #66C0CC;
}
</style>
background-color css
<style>
a { background-color: #66C0CC; }
a { background-color: rgb(102,192,204); }
div.DivClassName
{
background-color: #66C0CC;
}
.BgClassName
{
background-color: #66C0CC;
}
</style>
border-color css
<style>
span { border-color: #66C0CC; }
span { border-color: rgb(102,192,204); }
td.TdClassName
{
border-color: #66C0CC;
}
.TagClassName
{
border-color: #66C0CC;
}
</style>