Shades of Downy #66E2CB
Tints of Downy #66E2CB
RGB
CMYK
RGB Variations
Color information
#66E2CB (or 0x66E2CB) is known color: Downy. HEX triplet: 66, E2 and CB. RGB value is (102,226,203). Sum of RGB (Red+Green+Blue) = 102+226+203=531 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.21% from 531); Green value is 226 (88.67% from 255 or 42.56% from 531); Blue value is 203 (79.69% from 255 or 38.23% from 531); Max value from RGB is 226 - color contains mainly: green. Hex color #66E2CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66E2CB is #991D34. Grayscale: #BABABA. Windows color (decimal): -10034485 or 13361766. OLE color: 13361766.
HSL color Cylindrical-coordinate representation of color #66E2CB: hue angle of 168.87º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66E2CB is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 102 | 226 | 203 | - |
| CMYK | 0.55 | 0 | 0.10 | 0.11 |
| HSL | 168.87º | 0.68% | 0.64% | - |
| HSV(B) | 168.87º | 0.55% | 0.89% | - |
| XYZ | 43.46 | 61.53 | 66.09 | - |
| YUV | 186.3 | 137.42 | 67.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 226 | 203 | 0.55 | 0 | 0.10 | 0.11 | 168.87 | 0.68 | 0.64 |
| Hex | 66 | E2 | CB | 37 | 0 | A | B | A9 | 44 | 40 |
| Octal | 146 | 342 | 313 | 67 | 0 | 12 | 13 | 251 | 104 | 100 |
| Binary | 1100110 | 11100010 | 11001011 | 110111 | 0 | 1010 | 1011 | 10101001 | 1000100 | 1000000 |
Color Harmonies of #66E2CB
Complementary color
Monochromatic Colors of #66E2CB
Black with #66E2CB
Text Example
Text Example
White with #66E2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66E2CB; }
p { color: rgb(102,226,203); }
H1.HeaderClassName
{
color: #66E2CB;
}
.AnyTagClassName
{
color: #66E2CB;
}
</style>
background-color css
<style>
a { background-color: #66E2CB; }
a { background-color: rgb(102,226,203); }
div.DivClassName
{
background-color: #66E2CB;
}
.BgClassName
{
background-color: #66E2CB;
}
</style>
border-color css
<style>
span { border-color: #66E2CB; }
span { border-color: rgb(102,226,203); }
td.TdClassName
{
border-color: #66E2CB;
}
.TagClassName
{
border-color: #66E2CB;
}
</style>