Shades of Downy #64ECB7
Tints of Downy #64ECB7
RGB
CMYK
RGB Variations
Color information
#64ECB7 (or 0x64ECB7) is known color: Downy. HEX triplet: 64, EC and B7. RGB value is (100,236,183). Sum of RGB (Red+Green+Blue) = 100+236+183=519 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.27% from 519); Green value is 236 (92.58% from 255 or 45.47% from 519); Blue value is 183 (71.88% from 255 or 35.26% from 519); Max value from RGB is 236 - color contains mainly: green. Hex color #64ECB7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64ECB7 is #9B1348. Grayscale: #BDBDBD. Windows color (decimal): -10163017 or 12053604. OLE color: 12053604.
HSL color Cylindrical-coordinate representation of color #64ECB7: hue angle of 156.62º 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 #64ECB7 is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 236 | 183 | - |
| CMYK | 0.58 | 0 | 0.22 | 0.07 |
| HSL | 156.62º | 0.78% | 0.66% | - |
| HSV(B) | 156.62º | 0.58% | 0.93% | - |
| XYZ | 43.8 | 66.12 | 55.25 | - |
| YUV | 189.29 | 124.44 | 64.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 236 | 183 | 0.58 | 0 | 0.22 | 0.07 | 156.62 | 0.78 | 0.66 |
| Hex | 64 | EC | B7 | 3A | 0 | 16 | 7 | 9D | 4E | 42 |
| Octal | 144 | 354 | 267 | 72 | 0 | 26 | 7 | 235 | 116 | 102 |
| Binary | 1100100 | 11101100 | 10110111 | 111010 | 0 | 10110 | 111 | 10011101 | 1001110 | 1000010 |
Color Harmonies of #64ECB7
Complementary color
Monochromatic Colors of #64ECB7
Black with #64ECB7
Text Example
Text Example
White with #64ECB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64ECB7; }
p { color: rgb(100,236,183); }
H1.HeaderClassName
{
color: #64ECB7;
}
.AnyTagClassName
{
color: #64ECB7;
}
</style>
background-color css
<style>
a { background-color: #64ECB7; }
a { background-color: rgb(100,236,183); }
div.DivClassName
{
background-color: #64ECB7;
}
.BgClassName
{
background-color: #64ECB7;
}
</style>
border-color css
<style>
span { border-color: #64ECB7; }
span { border-color: rgb(100,236,183); }
td.TdClassName
{
border-color: #64ECB7;
}
.TagClassName
{
border-color: #64ECB7;
}
</style>