Shades of Downy #66E6B9
Tints of Downy #66E6B9
RGB
CMYK
RGB Variations
Color information
#66E6B9 (or 0x66E6B9) is known color: Downy. HEX triplet: 66, E6 and B9. RGB value is (102,230,185). Sum of RGB (Red+Green+Blue) = 102+230+185=517 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.73% from 517); Green value is 230 (90.23% from 255 or 44.49% from 517); Blue value is 185 (72.66% from 255 or 35.78% from 517); Max value from RGB is 230 - color contains mainly: green. Hex color #66E6B9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66E6B9 is #991946. Grayscale: #BABABA. Windows color (decimal): -10033479 or 12183142. OLE color: 12183142.
HSL color Cylindrical-coordinate representation of color #66E6B9: hue angle of 158.91º 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 #66E6B9 is Cyan = 0.56, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 102 | 230 | 185 | - |
| CMYK | 0.56 | 0 | 0.20 | 0.10 |
| HSL | 158.91º | 0.72% | 0.65% | - |
| HSV(B) | 158.91º | 0.56% | 0.9% | - |
| XYZ | 42.53 | 62.92 | 55.8 | - |
| YUV | 186.6 | 127.09 | 67.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 230 | 185 | 0.56 | 0 | 0.20 | 0.10 | 158.91 | 0.72 | 0.65 |
| Hex | 66 | E6 | B9 | 38 | 0 | 14 | A | 9F | 48 | 41 |
| Octal | 146 | 346 | 271 | 70 | 0 | 24 | 12 | 237 | 110 | 101 |
| Binary | 1100110 | 11100110 | 10111001 | 111000 | 0 | 10100 | 1010 | 10011111 | 1001000 | 1000001 |
Color Harmonies of #66E6B9
Complementary color
Monochromatic Colors of #66E6B9
Black with #66E6B9
Text Example
Text Example
White with #66E6B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66E6B9; }
p { color: rgb(102,230,185); }
H1.HeaderClassName
{
color: #66E6B9;
}
.AnyTagClassName
{
color: #66E6B9;
}
</style>
background-color css
<style>
a { background-color: #66E6B9; }
a { background-color: rgb(102,230,185); }
div.DivClassName
{
background-color: #66E6B9;
}
.BgClassName
{
background-color: #66E6B9;
}
</style>
border-color css
<style>
span { border-color: #66E6B9; }
span { border-color: rgb(102,230,185); }
td.TdClassName
{
border-color: #66E6B9;
}
.TagClassName
{
border-color: #66E6B9;
}
</style>