Shades of Downy #66E0CB
Tints of Downy #66E0CB
RGB
CMYK
RGB Variations
Color information
#66E0CB (or 0x66E0CB) is known color: Downy. HEX triplet: 66, E0 and CB. RGB value is (102,224,203). Sum of RGB (Red+Green+Blue) = 102+224+203=529 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.28% from 529); Green value is 224 (87.89% from 255 or 42.34% from 529); Blue value is 203 (79.69% from 255 or 38.37% from 529); Max value from RGB is 224 - color contains mainly: green. Hex color #66E0CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66E0CB is #991F34. Grayscale: #B9B9B9. Windows color (decimal): -10034997 or 13361254. OLE color: 13361254.
HSL color Cylindrical-coordinate representation of color #66E0CB: hue angle of 169.67º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66E0CB is Cyan = 0.54, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 102 | 224 | 203 | - |
| CMYK | 0.54 | 0 | 0.09 | 0.12 |
| HSL | 169.67º | 0.66% | 0.64% | - |
| HSV(B) | 169.67º | 0.54% | 0.88% | - |
| XYZ | 42.91 | 60.45 | 65.91 | - |
| YUV | 185.13 | 138.08 | 68.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 224 | 203 | 0.54 | 0 | 0.09 | 0.12 | 169.67 | 0.66 | 0.64 |
| Hex | 66 | E0 | CB | 36 | 0 | 9 | C | AA | 42 | 40 |
| Octal | 146 | 340 | 313 | 66 | 0 | 11 | 14 | 252 | 102 | 100 |
| Binary | 1100110 | 11100000 | 11001011 | 110110 | 0 | 1001 | 1100 | 10101010 | 1000010 | 1000000 |
Color Harmonies of #66E0CB
Complementary color
Monochromatic Colors of #66E0CB
Black with #66E0CB
Text Example
Text Example
White with #66E0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66E0CB; }
p { color: rgb(102,224,203); }
H1.HeaderClassName
{
color: #66E0CB;
}
.AnyTagClassName
{
color: #66E0CB;
}
</style>
background-color css
<style>
a { background-color: #66E0CB; }
a { background-color: rgb(102,224,203); }
div.DivClassName
{
background-color: #66E0CB;
}
.BgClassName
{
background-color: #66E0CB;
}
</style>
border-color css
<style>
span { border-color: #66E0CB; }
span { border-color: rgb(102,224,203); }
td.TdClassName
{
border-color: #66E0CB;
}
.TagClassName
{
border-color: #66E0CB;
}
</style>