Shades of Downy #64EBBC
Tints of Downy #64EBBC
RGB
CMYK
RGB Variations
Color information
#64EBBC (or 0x64EBBC) is known color: Downy. HEX triplet: 64, EB and BC. RGB value is (100,235,188). Sum of RGB (Red+Green+Blue) = 100+235+188=523 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.12% from 523); Green value is 235 (92.19% from 255 or 44.93% from 523); Blue value is 188 (73.83% from 255 or 35.95% from 523); Max value from RGB is 235 - color contains mainly: green. Hex color #64EBBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64EBBC is #9B1443. Grayscale: #BDBDBD. Windows color (decimal): -10163268 or 12381028. OLE color: 12381028.
HSL color Cylindrical-coordinate representation of color #64EBBC: hue angle of 159.11º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64EBBC is Cyan = 0.57, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 100 | 235 | 188 | - |
| CMYK | 0.57 | 0 | 0.2 | 0.08 |
| HSL | 159.11º | 0.77% | 0.66% | - |
| HSV(B) | 159.11º | 0.57% | 0.92% | - |
| XYZ | 44.04 | 65.76 | 57.95 | - |
| YUV | 189.28 | 127.27 | 64.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 235 | 188 | 0.57 | 0 | 0.2 | 0.08 | 159.11 | 0.77 | 0.66 |
| Hex | 64 | EB | BC | 39 | 0 | 14 | 8 | 9F | 4D | 42 |
| Octal | 144 | 353 | 274 | 71 | 0 | 24 | 10 | 237 | 115 | 102 |
| Binary | 1100100 | 11101011 | 10111100 | 111001 | 0 | 10100 | 1000 | 10011111 | 1001101 | 1000010 |
Color Harmonies of #64EBBC
Complementary color
Monochromatic Colors of #64EBBC
Black with #64EBBC
Text Example
Text Example
White with #64EBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EBBC; }
p { color: rgb(100,235,188); }
H1.HeaderClassName
{
color: #64EBBC;
}
.AnyTagClassName
{
color: #64EBBC;
}
</style>
background-color css
<style>
a { background-color: #64EBBC; }
a { background-color: rgb(100,235,188); }
div.DivClassName
{
background-color: #64EBBC;
}
.BgClassName
{
background-color: #64EBBC;
}
</style>
border-color css
<style>
span { border-color: #64EBBC; }
span { border-color: rgb(100,235,188); }
td.TdClassName
{
border-color: #64EBBC;
}
.TagClassName
{
border-color: #64EBBC;
}
</style>