Shades of Downy #66D6B9
Tints of Downy #66D6B9
RGB
CMYK
RGB Variations
Color information
#66D6B9 (or 0x66D6B9) is known color: Downy. HEX triplet: 66, D6 and B9. RGB value is (102,214,185). Sum of RGB (Red+Green+Blue) = 102+214+185=501 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.36% from 501); Green value is 214 (83.98% from 255 or 42.71% from 501); Blue value is 185 (72.66% from 255 or 36.93% from 501); Max value from RGB is 214 - color contains mainly: green. Hex color #66D6B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66D6B9 is #992946. Grayscale: #B1B1B1. Windows color (decimal): -10037575 or 12179046. OLE color: 12179046.
HSL color Cylindrical-coordinate representation of color #66D6B9: hue angle of 164.46º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #66D6B9 is Cyan = 0.52, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 102 | 214 | 185 | - |
| CMYK | 0.52 | 0 | 0.14 | 0.16 |
| HSL | 164.46º | 0.58% | 0.62% | - |
| HSV(B) | 164.46º | 0.52% | 0.84% | - |
| XYZ | 38.28 | 54.42 | 54.39 | - |
| YUV | 177.21 | 132.39 | 74.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 214 | 185 | 0.52 | 0 | 0.14 | 0.16 | 164.46 | 0.58 | 0.62 |
| Hex | 66 | D6 | B9 | 34 | 0 | E | 10 | A4 | 3A | 3E |
| Octal | 146 | 326 | 271 | 64 | 0 | 16 | 20 | 244 | 72 | 76 |
| Binary | 1100110 | 11010110 | 10111001 | 110100 | 0 | 1110 | 10000 | 10100100 | 111010 | 111110 |
Color Harmonies of #66D6B9
Complementary color
Monochromatic Colors of #66D6B9
Black with #66D6B9
Text Example
Text Example
White with #66D6B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D6B9; }
p { color: rgb(102,214,185); }
H1.HeaderClassName
{
color: #66D6B9;
}
.AnyTagClassName
{
color: #66D6B9;
}
</style>
background-color css
<style>
a { background-color: #66D6B9; }
a { background-color: rgb(102,214,185); }
div.DivClassName
{
background-color: #66D6B9;
}
.BgClassName
{
background-color: #66D6B9;
}
</style>
border-color css
<style>
span { border-color: #66D6B9; }
span { border-color: rgb(102,214,185); }
td.TdClassName
{
border-color: #66D6B9;
}
.TagClassName
{
border-color: #66D6B9;
}
</style>