Shades of Downy #66CCBC
Tints of Downy #66CCBC
RGB
CMYK
RGB Variations
Color information
#66CCBC (or 0x66CCBC) is known color: Downy. HEX triplet: 66, CC and BC. RGB value is (102,204,188). Sum of RGB (Red+Green+Blue) = 102+204+188=494 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.65% from 494); Green value is 204 (80.08% from 255 or 41.30% from 494); Blue value is 188 (73.83% from 255 or 38.06% from 494); Max value from RGB is 204 - color contains mainly: green. Hex color #66CCBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CCBC is #993343. Grayscale: #ABABAB. Windows color (decimal): -10040132 or 12373094. OLE color: 12373094.
HSL color Cylindrical-coordinate representation of color #66CCBC: hue angle of 170.59º 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 #66CCBC is Cyan = 0.5, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 102 | 204 | 188 | - |
| CMYK | 0.5 | 0 | 0.08 | 0.2 |
| HSL | 170.59º | 0.5% | 0.6% | - |
| HSV(B) | 170.59º | 0.5% | 0.8% | - |
| XYZ | 36.15 | 49.64 | 55.25 | - |
| YUV | 171.68 | 137.21 | 78.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 204 | 188 | 0.5 | 0 | 0.08 | 0.2 | 170.59 | 0.5 | 0.6 |
| Hex | 66 | CC | BC | 32 | 0 | 8 | 14 | AB | 32 | 3C |
| Octal | 146 | 314 | 274 | 62 | 0 | 10 | 24 | 253 | 62 | 74 |
| Binary | 1100110 | 11001100 | 10111100 | 110010 | 0 | 1000 | 10100 | 10101011 | 110010 | 111100 |
Color Harmonies of #66CCBC
Complementary color
Monochromatic Colors of #66CCBC
Black with #66CCBC
Text Example
Text Example
White with #66CCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CCBC; }
p { color: rgb(102,204,188); }
H1.HeaderClassName
{
color: #66CCBC;
}
.AnyTagClassName
{
color: #66CCBC;
}
</style>
background-color css
<style>
a { background-color: #66CCBC; }
a { background-color: rgb(102,204,188); }
div.DivClassName
{
background-color: #66CCBC;
}
.BgClassName
{
background-color: #66CCBC;
}
</style>
border-color css
<style>
span { border-color: #66CCBC; }
span { border-color: rgb(102,204,188); }
td.TdClassName
{
border-color: #66CCBC;
}
.TagClassName
{
border-color: #66CCBC;
}
</style>