Shades of Downy #66E9C7
Tints of Downy #66E9C7
RGB
CMYK
RGB Variations
Color information
#66E9C7 (or 0x66E9C7) is known color: Downy. HEX triplet: 66, E9 and C7. RGB value is (102,233,199). Sum of RGB (Red+Green+Blue) = 102+233+199=534 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.10% from 534); Green value is 233 (91.41% from 255 or 43.63% from 534); Blue value is 199 (78.12% from 255 or 37.27% from 534); Max value from RGB is 233 - color contains mainly: green. Hex color #66E9C7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66E9C7 is #991638. Grayscale: #BDBDBD. Windows color (decimal): -10032697 or 13101414. OLE color: 13101414.
HSL color Cylindrical-coordinate representation of color #66E9C7: hue angle of 164.43º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #66E9C7 is Cyan = 0.56, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 102 | 233 | 199 | - |
| CMYK | 0.56 | 0 | 0.15 | 0.09 |
| HSL | 164.43º | 0.75% | 0.66% | - |
| HSV(B) | 164.43º | 0.56% | 0.91% | - |
| XYZ | 44.93 | 65.23 | 64.25 | - |
| YUV | 189.96 | 133.1 | 65.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 233 | 199 | 0.56 | 0 | 0.15 | 0.09 | 164.43 | 0.75 | 0.66 |
| Hex | 66 | E9 | C7 | 38 | 0 | F | 9 | A4 | 4B | 42 |
| Octal | 146 | 351 | 307 | 70 | 0 | 17 | 11 | 244 | 113 | 102 |
| Binary | 1100110 | 11101001 | 11000111 | 111000 | 0 | 1111 | 1001 | 10100100 | 1001011 | 1000010 |
Color Harmonies of #66E9C7
Complementary color
Monochromatic Colors of #66E9C7
Black with #66E9C7
Text Example
Text Example
White with #66E9C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66E9C7; }
p { color: rgb(102,233,199); }
H1.HeaderClassName
{
color: #66E9C7;
}
.AnyTagClassName
{
color: #66E9C7;
}
</style>
background-color css
<style>
a { background-color: #66E9C7; }
a { background-color: rgb(102,233,199); }
div.DivClassName
{
background-color: #66E9C7;
}
.BgClassName
{
background-color: #66E9C7;
}
</style>
border-color css
<style>
span { border-color: #66E9C7; }
span { border-color: rgb(102,233,199); }
td.TdClassName
{
border-color: #66E9C7;
}
.TagClassName
{
border-color: #66E9C7;
}
</style>