Shades of Downy #64EFBC
Tints of Downy #64EFBC
RGB
CMYK
RGB Variations
Color information
#64EFBC (or 0x64EFBC) is known color: Downy. HEX triplet: 64, EF and BC. RGB value is (100,239,188). Sum of RGB (Red+Green+Blue) = 100+239+188=527 (69% of max value = 765). Red value is 100 (39.45% from 255 or 18.98% from 527); Green value is 239 (93.75% from 255 or 45.35% from 527); Blue value is 188 (73.83% from 255 or 35.67% from 527); Max value from RGB is 239 - color contains mainly: green. Hex color #64EFBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64EFBC is #9B1043. Grayscale: #BFBFBF. Windows color (decimal): -10162244 or 12382052. OLE color: 12382052.
HSL color Cylindrical-coordinate representation of color #64EFBC: hue angle of 157.99º 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 #64EFBC is Cyan = 0.58, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 100 | 239 | 188 | - |
| CMYK | 0.58 | 0 | 0.21 | 0.06 |
| HSL | 157.99º | 0.81% | 0.66% | - |
| HSV(B) | 157.99º | 0.58% | 0.94% | - |
| XYZ | 45.2 | 68.07 | 58.33 | - |
| YUV | 191.63 | 125.95 | 62.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 239 | 188 | 0.58 | 0 | 0.21 | 0.06 | 157.99 | 0.81 | 0.66 |
| Hex | 64 | EF | BC | 3A | 0 | 15 | 6 | 9E | 51 | 42 |
| Octal | 144 | 357 | 274 | 72 | 0 | 25 | 6 | 236 | 121 | 102 |
| Binary | 1100100 | 11101111 | 10111100 | 111010 | 0 | 10101 | 110 | 10011110 | 1010001 | 1000010 |
Color Harmonies of #64EFBC
Complementary color
Monochromatic Colors of #64EFBC
Black with #64EFBC
Text Example
Text Example
White with #64EFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EFBC; }
p { color: rgb(100,239,188); }
H1.HeaderClassName
{
color: #64EFBC;
}
.AnyTagClassName
{
color: #64EFBC;
}
</style>
background-color css
<style>
a { background-color: #64EFBC; }
a { background-color: rgb(100,239,188); }
div.DivClassName
{
background-color: #64EFBC;
}
.BgClassName
{
background-color: #64EFBC;
}
</style>
border-color css
<style>
span { border-color: #64EFBC; }
span { border-color: rgb(100,239,188); }
td.TdClassName
{
border-color: #64EFBC;
}
.TagClassName
{
border-color: #64EFBC;
}
</style>