Shades of Downy #66D6C7
Tints of Downy #66D6C7
RGB
CMYK
RGB Variations
Color information
#66D6C7 (or 0x66D6C7) is known color: Downy. HEX triplet: 66, D6 and C7. RGB value is (102,214,199). Sum of RGB (Red+Green+Blue) = 102+214+199=515 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.81% from 515); Green value is 214 (83.98% from 255 or 41.55% from 515); Blue value is 199 (78.12% from 255 or 38.64% from 515); Max value from RGB is 214 - color contains mainly: green. Hex color #66D6C7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66D6C7 is #992938. Grayscale: #B2B2B2. Windows color (decimal): -10037561 or 13096550. OLE color: 13096550.
HSL color Cylindrical-coordinate representation of color #66D6C7: hue angle of 171.96º 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 #66D6C7 is Cyan = 0.52, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 102 | 214 | 199 | - |
| CMYK | 0.52 | 0 | 0.07 | 0.16 |
| HSL | 171.96º | 0.58% | 0.62% | - |
| HSV(B) | 171.96º | 0.52% | 0.84% | - |
| XYZ | 39.83 | 55.04 | 62.56 | - |
| YUV | 178.8 | 139.39 | 73.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 214 | 199 | 0.52 | 0 | 0.07 | 0.16 | 171.96 | 0.58 | 0.62 |
| Hex | 66 | D6 | C7 | 34 | 0 | 7 | 10 | AC | 3A | 3E |
| Octal | 146 | 326 | 307 | 64 | 0 | 7 | 20 | 254 | 72 | 76 |
| Binary | 1100110 | 11010110 | 11000111 | 110100 | 0 | 111 | 10000 | 10101100 | 111010 | 111110 |
Color Harmonies of #66D6C7
Complementary color
Monochromatic Colors of #66D6C7
Black with #66D6C7
Text Example
Text Example
White with #66D6C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D6C7; }
p { color: rgb(102,214,199); }
H1.HeaderClassName
{
color: #66D6C7;
}
.AnyTagClassName
{
color: #66D6C7;
}
</style>
background-color css
<style>
a { background-color: #66D6C7; }
a { background-color: rgb(102,214,199); }
div.DivClassName
{
background-color: #66D6C7;
}
.BgClassName
{
background-color: #66D6C7;
}
</style>
border-color css
<style>
span { border-color: #66D6C7; }
span { border-color: rgb(102,214,199); }
td.TdClassName
{
border-color: #66D6C7;
}
.TagClassName
{
border-color: #66D6C7;
}
</style>