Shades of Downy #66CEBB
Tints of Downy #66CEBB
RGB
CMYK
RGB Variations
Color information
#66CEBB (or 0x66CEBB) is known color: Downy. HEX triplet: 66, CE and BB. RGB value is (102,206,187). Sum of RGB (Red+Green+Blue) = 102+206+187=495 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.61% from 495); Green value is 206 (80.86% from 255 or 41.62% from 495); Blue value is 187 (73.44% from 255 or 37.78% from 495); Max value from RGB is 206 - color contains mainly: green. Hex color #66CEBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CEBB is #993144. Grayscale: #ACACAC. Windows color (decimal): -10039621 or 12308070. OLE color: 12308070.
HSL color Cylindrical-coordinate representation of color #66CEBB: hue angle of 169.04º 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 #66CEBB is Cyan = 0.50, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 206 | 187 | - |
| CMYK | 0.50 | 0 | 0.09 | 0.19 |
| HSL | 169.04º | 0.51% | 0.6% | - |
| HSV(B) | 169.04º | 0.5% | 0.81% | - |
| XYZ | 36.52 | 50.56 | 54.85 | - |
| YUV | 172.74 | 136.04 | 77.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 206 | 187 | 0.50 | 0 | 0.09 | 0.19 | 169.04 | 0.51 | 0.6 |
| Hex | 66 | CE | BB | 32 | 0 | 9 | 13 | A9 | 33 | 3C |
| Octal | 146 | 316 | 273 | 62 | 0 | 11 | 23 | 251 | 63 | 74 |
| Binary | 1100110 | 11001110 | 10111011 | 110010 | 0 | 1001 | 10011 | 10101001 | 110011 | 111100 |
Color Harmonies of #66CEBB
Complementary color
Monochromatic Colors of #66CEBB
Black with #66CEBB
Text Example
Text Example
White with #66CEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CEBB; }
p { color: rgb(102,206,187); }
H1.HeaderClassName
{
color: #66CEBB;
}
.AnyTagClassName
{
color: #66CEBB;
}
</style>
background-color css
<style>
a { background-color: #66CEBB; }
a { background-color: rgb(102,206,187); }
div.DivClassName
{
background-color: #66CEBB;
}
.BgClassName
{
background-color: #66CEBB;
}
</style>
border-color css
<style>
span { border-color: #66CEBB; }
span { border-color: rgb(102,206,187); }
td.TdClassName
{
border-color: #66CEBB;
}
.TagClassName
{
border-color: #66CEBB;
}
</style>