Shades of Downy #66CEC0
Tints of Downy #66CEC0
RGB
CMYK
RGB Variations
Color information
#66CEC0 (or 0x66CEC0) is known color: Downy. HEX triplet: 66, CE and C0. RGB value is (102,206,192). Sum of RGB (Red+Green+Blue) = 102+206+192=500 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.4% from 500); Green value is 206 (80.86% from 255 or 41.2% from 500); Blue value is 192 (75.39% from 255 or 38.4% from 500); Max value from RGB is 206 - color contains mainly: green. Hex color #66CEC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CEC0 is #99313F. Grayscale: #ADADAD. Windows color (decimal): -10039616 or 12635750. OLE color: 12635750.
HSL color Cylindrical-coordinate representation of color #66CEC0: hue angle of 171.92º 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 #66CEC0 is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 206 | 192 | - |
| CMYK | 0.50 | 0 | 0.07 | 0.19 |
| HSL | 171.92º | 0.51% | 0.6% | - |
| HSV(B) | 171.92º | 0.5% | 0.81% | - |
| XYZ | 37.07 | 50.77 | 57.72 | - |
| YUV | 173.31 | 138.54 | 77.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 206 | 192 | 0.50 | 0 | 0.07 | 0.19 | 171.92 | 0.51 | 0.6 |
| Hex | 66 | CE | C0 | 32 | 0 | 7 | 13 | AC | 33 | 3C |
| Octal | 146 | 316 | 300 | 62 | 0 | 7 | 23 | 254 | 63 | 74 |
| Binary | 1100110 | 11001110 | 11000000 | 110010 | 0 | 111 | 10011 | 10101100 | 110011 | 111100 |
Color Harmonies of #66CEC0
Complementary color
Monochromatic Colors of #66CEC0
Black with #66CEC0
Text Example
Text Example
White with #66CEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CEC0; }
p { color: rgb(102,206,192); }
H1.HeaderClassName
{
color: #66CEC0;
}
.AnyTagClassName
{
color: #66CEC0;
}
</style>
background-color css
<style>
a { background-color: #66CEC0; }
a { background-color: rgb(102,206,192); }
div.DivClassName
{
background-color: #66CEC0;
}
.BgClassName
{
background-color: #66CEC0;
}
</style>
border-color css
<style>
span { border-color: #66CEC0; }
span { border-color: rgb(102,206,192); }
td.TdClassName
{
border-color: #66CEC0;
}
.TagClassName
{
border-color: #66CEC0;
}
</style>