Shades of Downy #66CEBC
Tints of Downy #66CEBC
RGB
CMYK
RGB Variations
Color information
#66CEBC (or 0x66CEBC) is known color: Downy. HEX triplet: 66, CE and BC. RGB value is (102,206,188). Sum of RGB (Red+Green+Blue) = 102+206+188=496 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.56% from 496); Green value is 206 (80.86% from 255 or 41.53% from 496); Blue value is 188 (73.83% from 255 or 37.90% from 496); Max value from RGB is 206 - color contains mainly: green. Hex color #66CEBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CEBC is #993143. Grayscale: #ACACAC. Windows color (decimal): -10039620 or 12373606. OLE color: 12373606.
HSL color Cylindrical-coordinate representation of color #66CEBC: hue angle of 169.62º 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 #66CEBC is Cyan = 0.50, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 206 | 188 | - |
| CMYK | 0.50 | 0 | 0.09 | 0.19 |
| HSL | 169.62º | 0.51% | 0.6% | - |
| HSV(B) | 169.62º | 0.5% | 0.81% | - |
| XYZ | 36.63 | 50.6 | 55.41 | - |
| YUV | 172.85 | 136.54 | 77.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 206 | 188 | 0.50 | 0 | 0.09 | 0.19 | 169.62 | 0.51 | 0.6 |
| Hex | 66 | CE | BC | 32 | 0 | 9 | 13 | AA | 33 | 3C |
| Octal | 146 | 316 | 274 | 62 | 0 | 11 | 23 | 252 | 63 | 74 |
| Binary | 1100110 | 11001110 | 10111100 | 110010 | 0 | 1001 | 10011 | 10101010 | 110011 | 111100 |
Color Harmonies of #66CEBC
Complementary color
Monochromatic Colors of #66CEBC
Black with #66CEBC
Text Example
Text Example
White with #66CEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CEBC; }
p { color: rgb(102,206,188); }
H1.HeaderClassName
{
color: #66CEBC;
}
.AnyTagClassName
{
color: #66CEBC;
}
</style>
background-color css
<style>
a { background-color: #66CEBC; }
a { background-color: rgb(102,206,188); }
div.DivClassName
{
background-color: #66CEBC;
}
.BgClassName
{
background-color: #66CEBC;
}
</style>
border-color css
<style>
span { border-color: #66CEBC; }
span { border-color: rgb(102,206,188); }
td.TdClassName
{
border-color: #66CEBC;
}
.TagClassName
{
border-color: #66CEBC;
}
</style>