Shades of Downy #64EDBE
Tints of Downy #64EDBE
RGB
CMYK
RGB Variations
Color information
#64EDBE (or 0x64EDBE) is known color: Downy. HEX triplet: 64, ED and BE. RGB value is (100,237,190). Sum of RGB (Red+Green+Blue) = 100+237+190=527 (69% of max value = 765). Red value is 100 (39.45% from 255 or 18.98% from 527); Green value is 237 (92.97% from 255 or 44.97% from 527); Blue value is 190 (74.61% from 255 or 36.05% from 527); Max value from RGB is 237 - color contains mainly: green. Hex color #64EDBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64EDBE is #9B1241. Grayscale: #BEBEBE. Windows color (decimal): -10162754 or 12512612. OLE color: 12512612.
HSL color Cylindrical-coordinate representation of color #64EDBE: hue angle of 159.42º degrees, saturation: 0.79, 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 #64EDBE is Cyan = 0.58, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 237 | 190 | - |
| CMYK | 0.58 | 0 | 0.20 | 0.07 |
| HSL | 159.42º | 0.79% | 0.66% | - |
| HSV(B) | 159.42º | 0.58% | 0.93% | - |
| XYZ | 44.83 | 67 | 59.28 | - |
| YUV | 190.68 | 127.61 | 63.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 237 | 190 | 0.58 | 0 | 0.20 | 0.07 | 159.42 | 0.79 | 0.66 |
| Hex | 64 | ED | BE | 3A | 0 | 14 | 7 | 9F | 4F | 42 |
| Octal | 144 | 355 | 276 | 72 | 0 | 24 | 7 | 237 | 117 | 102 |
| Binary | 1100100 | 11101101 | 10111110 | 111010 | 0 | 10100 | 111 | 10011111 | 1001111 | 1000010 |
Color Harmonies of #64EDBE
Complementary color
Monochromatic Colors of #64EDBE
Black with #64EDBE
Text Example
Text Example
White with #64EDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EDBE; }
p { color: rgb(100,237,190); }
H1.HeaderClassName
{
color: #64EDBE;
}
.AnyTagClassName
{
color: #64EDBE;
}
</style>
background-color css
<style>
a { background-color: #64EDBE; }
a { background-color: rgb(100,237,190); }
div.DivClassName
{
background-color: #64EDBE;
}
.BgClassName
{
background-color: #64EDBE;
}
</style>
border-color css
<style>
span { border-color: #64EDBE; }
span { border-color: rgb(100,237,190); }
td.TdClassName
{
border-color: #64EDBE;
}
.TagClassName
{
border-color: #64EDBE;
}
</style>