Shades of Downy #64EEBC
Tints of Downy #64EEBC
RGB
CMYK
RGB Variations
Color information
#64EEBC (or 0x64EEBC) is known color: Downy. HEX triplet: 64, EE and BC. RGB value is (100,238,188). Sum of RGB (Red+Green+Blue) = 100+238+188=526 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.01% from 526); Green value is 238 (93.36% from 255 or 45.25% from 526); Blue value is 188 (73.83% from 255 or 35.74% from 526); Max value from RGB is 238 - color contains mainly: green. Hex color #64EEBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64EEBC is #9B1143. Grayscale: #BFBFBF. Windows color (decimal): -10162500 or 12381796. OLE color: 12381796.
HSL color Cylindrical-coordinate representation of color #64EEBC: hue angle of 158.26º 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 #64EEBC is Cyan = 0.58, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 238 | 188 | - |
| CMYK | 0.58 | 0 | 0.21 | 0.07 |
| HSL | 158.26º | 0.8% | 0.66% | - |
| HSV(B) | 158.26º | 0.58% | 0.93% | - |
| XYZ | 44.91 | 67.49 | 58.24 | - |
| YUV | 191.04 | 126.28 | 63.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 238 | 188 | 0.58 | 0 | 0.21 | 0.07 | 158.26 | 0.8 | 0.66 |
| Hex | 64 | EE | BC | 3A | 0 | 15 | 7 | 9E | 50 | 42 |
| Octal | 144 | 356 | 274 | 72 | 0 | 25 | 7 | 236 | 120 | 102 |
| Binary | 1100100 | 11101110 | 10111100 | 111010 | 0 | 10101 | 111 | 10011110 | 1010000 | 1000010 |
Color Harmonies of #64EEBC
Complementary color
Monochromatic Colors of #64EEBC
Black with #64EEBC
Text Example
Text Example
White with #64EEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EEBC; }
p { color: rgb(100,238,188); }
H1.HeaderClassName
{
color: #64EEBC;
}
.AnyTagClassName
{
color: #64EEBC;
}
</style>
background-color css
<style>
a { background-color: #64EEBC; }
a { background-color: rgb(100,238,188); }
div.DivClassName
{
background-color: #64EEBC;
}
.BgClassName
{
background-color: #64EEBC;
}
</style>
border-color css
<style>
span { border-color: #64EEBC; }
span { border-color: rgb(100,238,188); }
td.TdClassName
{
border-color: #64EEBC;
}
.TagClassName
{
border-color: #64EEBC;
}
</style>