Shades of Downy #66E6C9
Tints of Downy #66E6C9
RGB
CMYK
RGB Variations
Color information
#66E6C9 (or 0x66E6C9) is known color: Downy. HEX triplet: 66, E6 and C9. RGB value is (102,230,201). Sum of RGB (Red+Green+Blue) = 102+230+201=533 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.14% from 533); Green value is 230 (90.23% from 255 or 43.15% from 533); Blue value is 201 (78.91% from 255 or 37.71% from 533); Max value from RGB is 230 - color contains mainly: green. Hex color #66E6C9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66E6C9 is #991936. Grayscale: #BCBCBC. Windows color (decimal): -10033463 or 13231718. OLE color: 13231718.
HSL color Cylindrical-coordinate representation of color #66E6C9: hue angle of 166.41º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #66E6C9 is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 102 | 230 | 201 | - |
| CMYK | 0.56 | 0 | 0.13 | 0.10 |
| HSL | 166.41º | 0.72% | 0.65% | - |
| HSV(B) | 166.41º | 0.56% | 0.9% | - |
| XYZ | 44.32 | 63.64 | 65.21 | - |
| YUV | 188.42 | 135.09 | 66.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 230 | 201 | 0.56 | 0 | 0.13 | 0.10 | 166.41 | 0.72 | 0.65 |
| Hex | 66 | E6 | C9 | 38 | 0 | D | A | A6 | 48 | 41 |
| Octal | 146 | 346 | 311 | 70 | 0 | 15 | 12 | 246 | 110 | 101 |
| Binary | 1100110 | 11100110 | 11001001 | 111000 | 0 | 1101 | 1010 | 10100110 | 1001000 | 1000001 |
Color Harmonies of #66E6C9
Complementary color
Monochromatic Colors of #66E6C9
Black with #66E6C9
Text Example
Text Example
White with #66E6C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66E6C9; }
p { color: rgb(102,230,201); }
H1.HeaderClassName
{
color: #66E6C9;
}
.AnyTagClassName
{
color: #66E6C9;
}
</style>
background-color css
<style>
a { background-color: #66E6C9; }
a { background-color: rgb(102,230,201); }
div.DivClassName
{
background-color: #66E6C9;
}
.BgClassName
{
background-color: #66E6C9;
}
</style>
border-color css
<style>
span { border-color: #66E6C9; }
span { border-color: rgb(102,230,201); }
td.TdClassName
{
border-color: #66E6C9;
}
.TagClassName
{
border-color: #66E6C9;
}
</style>