Shades of Downy #64ECBC
Tints of Downy #64ECBC
RGB
CMYK
RGB Variations
Color information
#64ECBC (or 0x64ECBC) is known color: Downy. HEX triplet: 64, EC and BC. RGB value is (100,236,188). Sum of RGB (Red+Green+Blue) = 100+236+188=524 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.08% from 524); Green value is 236 (92.58% from 255 or 45.04% from 524); Blue value is 188 (73.83% from 255 or 35.88% from 524); Max value from RGB is 236 - color contains mainly: green. Hex color #64ECBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64ECBC is #9B1343. Grayscale: #BDBDBD. Windows color (decimal): -10163012 or 12381284. OLE color: 12381284.
HSL color Cylindrical-coordinate representation of color #64ECBC: hue angle of 158.82º degrees, saturation: 0.78, 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 #64ECBC is Cyan = 0.58, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 236 | 188 | - |
| CMYK | 0.58 | 0 | 0.20 | 0.07 |
| HSL | 158.82º | 0.78% | 0.66% | - |
| HSV(B) | 158.82º | 0.58% | 0.93% | - |
| XYZ | 44.33 | 66.33 | 58.04 | - |
| YUV | 189.86 | 126.94 | 63.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 236 | 188 | 0.58 | 0 | 0.20 | 0.07 | 158.82 | 0.78 | 0.66 |
| Hex | 64 | EC | BC | 3A | 0 | 14 | 7 | 9F | 4E | 42 |
| Octal | 144 | 354 | 274 | 72 | 0 | 24 | 7 | 237 | 116 | 102 |
| Binary | 1100100 | 11101100 | 10111100 | 111010 | 0 | 10100 | 111 | 10011111 | 1001110 | 1000010 |
Color Harmonies of #64ECBC
Complementary color
Monochromatic Colors of #64ECBC
Black with #64ECBC
Text Example
Text Example
White with #64ECBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64ECBC; }
p { color: rgb(100,236,188); }
H1.HeaderClassName
{
color: #64ECBC;
}
.AnyTagClassName
{
color: #64ECBC;
}
</style>
background-color css
<style>
a { background-color: #64ECBC; }
a { background-color: rgb(100,236,188); }
div.DivClassName
{
background-color: #64ECBC;
}
.BgClassName
{
background-color: #64ECBC;
}
</style>
border-color css
<style>
span { border-color: #64ECBC; }
span { border-color: rgb(100,236,188); }
td.TdClassName
{
border-color: #64ECBC;
}
.TagClassName
{
border-color: #64ECBC;
}
</style>