Shades of Downy #64EEC9
Tints of Downy #64EEC9
RGB
CMYK
RGB Variations
Color information
#64EEC9 (or 0x64EEC9) is known color: Downy. HEX triplet: 64, EE and C9. RGB value is (100,238,201). Sum of RGB (Red+Green+Blue) = 100+238+201=539 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.55% from 539); Green value is 238 (93.36% from 255 or 44.16% from 539); Blue value is 201 (78.91% from 255 or 37.29% from 539); Max value from RGB is 238 - color contains mainly: green. Hex color #64EEC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64EEC9 is #9B1136. Grayscale: #C0C0C0. Windows color (decimal): -10162487 or 13233764. OLE color: 13233764.
HSL color Cylindrical-coordinate representation of color #64EEC9: hue angle of 163.91º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64EEC9 is Cyan = 0.58, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 238 | 201 | - |
| CMYK | 0.58 | 0 | 0.16 | 0.07 |
| HSL | 163.91º | 0.8% | 0.66% | - |
| HSV(B) | 163.91º | 0.58% | 0.93% | - |
| XYZ | 46.37 | 68.08 | 65.95 | - |
| YUV | 192.52 | 132.78 | 62.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 238 | 201 | 0.58 | 0 | 0.16 | 0.07 | 163.91 | 0.8 | 0.66 |
| Hex | 64 | EE | C9 | 3A | 0 | 10 | 7 | A4 | 50 | 42 |
| Octal | 144 | 356 | 311 | 72 | 0 | 20 | 7 | 244 | 120 | 102 |
| Binary | 1100100 | 11101110 | 11001001 | 111010 | 0 | 10000 | 111 | 10100100 | 1010000 | 1000010 |
Color Harmonies of #64EEC9
Complementary color
Monochromatic Colors of #64EEC9
Black with #64EEC9
Text Example
Text Example
White with #64EEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EEC9; }
p { color: rgb(100,238,201); }
H1.HeaderClassName
{
color: #64EEC9;
}
.AnyTagClassName
{
color: #64EEC9;
}
</style>
background-color css
<style>
a { background-color: #64EEC9; }
a { background-color: rgb(100,238,201); }
div.DivClassName
{
background-color: #64EEC9;
}
.BgClassName
{
background-color: #64EEC9;
}
</style>
border-color css
<style>
span { border-color: #64EEC9; }
span { border-color: rgb(100,238,201); }
td.TdClassName
{
border-color: #64EEC9;
}
.TagClassName
{
border-color: #64EEC9;
}
</style>