Shades of Downy #64EBCD
Tints of Downy #64EBCD
RGB
CMYK
RGB Variations
Color information
#64EBCD (or 0x64EBCD) is known color: Downy. HEX triplet: 64, EB and CD. RGB value is (100,235,205). Sum of RGB (Red+Green+Blue) = 100+235+205=540 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.52% from 540); Green value is 235 (92.19% from 255 or 43.52% from 540); Blue value is 205 (80.47% from 255 or 37.96% from 540); Max value from RGB is 235 - color contains mainly: green. Hex color #64EBCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64EBCD is #9B1432. Grayscale: #BFBFBF. Windows color (decimal): -10163251 or 13495140. OLE color: 13495140.
HSL color Cylindrical-coordinate representation of color #64EBCD: hue angle of 166.67º 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 #64EBCD is Cyan = 0.57, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 100 | 235 | 205 | - |
| CMYK | 0.57 | 0 | 0.13 | 0.08 |
| HSL | 166.67º | 0.77% | 0.66% | - |
| HSV(B) | 166.67º | 0.57% | 0.92% | - |
| XYZ | 45.98 | 66.53 | 68.18 | - |
| YUV | 191.22 | 135.77 | 62.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 235 | 205 | 0.57 | 0 | 0.13 | 0.08 | 166.67 | 0.77 | 0.66 |
| Hex | 64 | EB | CD | 39 | 0 | D | 8 | A7 | 4D | 42 |
| Octal | 144 | 353 | 315 | 71 | 0 | 15 | 10 | 247 | 115 | 102 |
| Binary | 1100100 | 11101011 | 11001101 | 111001 | 0 | 1101 | 1000 | 10100111 | 1001101 | 1000010 |
Color Harmonies of #64EBCD
Complementary color
Monochromatic Colors of #64EBCD
Black with #64EBCD
Text Example
Text Example
White with #64EBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EBCD; }
p { color: rgb(100,235,205); }
H1.HeaderClassName
{
color: #64EBCD;
}
.AnyTagClassName
{
color: #64EBCD;
}
</style>
background-color css
<style>
a { background-color: #64EBCD; }
a { background-color: rgb(100,235,205); }
div.DivClassName
{
background-color: #64EBCD;
}
.BgClassName
{
background-color: #64EBCD;
}
</style>
border-color css
<style>
span { border-color: #64EBCD; }
span { border-color: rgb(100,235,205); }
td.TdClassName
{
border-color: #64EBCD;
}
.TagClassName
{
border-color: #64EBCD;
}
</style>