Shades of Downy #64EABB
Tints of Downy #64EABB
RGB
CMYK
RGB Variations
Color information
#64EABB (or 0x64EABB) is known color: Downy. HEX triplet: 64, EA and BB. RGB value is (100,234,187). Sum of RGB (Red+Green+Blue) = 100+234+187=521 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.19% from 521); Green value is 234 (91.80% from 255 or 44.91% from 521); Blue value is 187 (73.44% from 255 or 35.89% from 521); Max value from RGB is 234 - color contains mainly: green. Hex color #64EABB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64EABB is #9B1544. Grayscale: #BCBCBC. Windows color (decimal): -10163525 or 12315236. OLE color: 12315236.
HSL color Cylindrical-coordinate representation of color #64EABB: hue angle of 158.96º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64EABB is Cyan = 0.57, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 100 | 234 | 187 | - |
| CMYK | 0.57 | 0 | 0.20 | 0.08 |
| HSL | 158.96º | 0.76% | 0.65% | - |
| HSV(B) | 158.96º | 0.57% | 0.92% | - |
| XYZ | 43.65 | 65.14 | 57.29 | - |
| YUV | 188.58 | 127.11 | 64.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 234 | 187 | 0.57 | 0 | 0.20 | 0.08 | 158.96 | 0.76 | 0.65 |
| Hex | 64 | EA | BB | 39 | 0 | 14 | 8 | 9F | 4C | 41 |
| Octal | 144 | 352 | 273 | 71 | 0 | 24 | 10 | 237 | 114 | 101 |
| Binary | 1100100 | 11101010 | 10111011 | 111001 | 0 | 10100 | 1000 | 10011111 | 1001100 | 1000001 |
Color Harmonies of #64EABB
Complementary color
Monochromatic Colors of #64EABB
Black with #64EABB
Text Example
Text Example
White with #64EABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EABB; }
p { color: rgb(100,234,187); }
H1.HeaderClassName
{
color: #64EABB;
}
.AnyTagClassName
{
color: #64EABB;
}
</style>
background-color css
<style>
a { background-color: #64EABB; }
a { background-color: rgb(100,234,187); }
div.DivClassName
{
background-color: #64EABB;
}
.BgClassName
{
background-color: #64EABB;
}
</style>
border-color css
<style>
span { border-color: #64EABB; }
span { border-color: rgb(100,234,187); }
td.TdClassName
{
border-color: #64EABB;
}
.TagClassName
{
border-color: #64EABB;
}
</style>