Shades of Downy #64EFBA
Tints of Downy #64EFBA
RGB
CMYK
RGB Variations
Color information
#64EFBA (or 0x64EFBA) is known color: Downy. HEX triplet: 64, EF and BA. RGB value is (100,239,186). Sum of RGB (Red+Green+Blue) = 100+239+186=525 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.05% from 525); Green value is 239 (93.75% from 255 or 45.52% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 239 - color contains mainly: green. Hex color #64EFBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64EFBA is #9B1045. Grayscale: #BFBFBF. Windows color (decimal): -10162246 or 12250980. OLE color: 12250980.
HSL color Cylindrical-coordinate representation of color #64EFBA: hue angle of 157.12º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64EFBA is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 100 | 239 | 186 | - |
| CMYK | 0.58 | 0 | 0.22 | 0.06 |
| HSL | 157.12º | 0.81% | 0.66% | - |
| HSV(B) | 157.12º | 0.58% | 0.94% | - |
| XYZ | 44.98 | 67.99 | 57.21 | - |
| YUV | 191.4 | 124.95 | 62.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 239 | 186 | 0.58 | 0 | 0.22 | 0.06 | 157.12 | 0.81 | 0.66 |
| Hex | 64 | EF | BA | 3A | 0 | 16 | 6 | 9D | 51 | 42 |
| Octal | 144 | 357 | 272 | 72 | 0 | 26 | 6 | 235 | 121 | 102 |
| Binary | 1100100 | 11101111 | 10111010 | 111010 | 0 | 10110 | 110 | 10011101 | 1010001 | 1000010 |
Color Harmonies of #64EFBA
Complementary color
Monochromatic Colors of #64EFBA
Black with #64EFBA
Text Example
Text Example
White with #64EFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EFBA; }
p { color: rgb(100,239,186); }
H1.HeaderClassName
{
color: #64EFBA;
}
.AnyTagClassName
{
color: #64EFBA;
}
</style>
background-color css
<style>
a { background-color: #64EFBA; }
a { background-color: rgb(100,239,186); }
div.DivClassName
{
background-color: #64EFBA;
}
.BgClassName
{
background-color: #64EFBA;
}
</style>
border-color css
<style>
span { border-color: #64EFBA; }
span { border-color: rgb(100,239,186); }
td.TdClassName
{
border-color: #64EFBA;
}
.TagClassName
{
border-color: #64EFBA;
}
</style>