Shades of Downy #60EACD
Tints of Downy #60EACD
RGB
CMYK
RGB Variations
Color information
#60EACD (or 0x60EACD) is known color: Downy. HEX triplet: 60, EA and CD. RGB value is (96,234,205). Sum of RGB (Red+Green+Blue) = 96+234+205=535 (70% of max value = 765). Red value is 96 (37.89% from 255 or 17.94% from 535); Green value is 234 (91.80% from 255 or 43.74% from 535); Blue value is 205 (80.47% from 255 or 38.32% from 535); Max value from RGB is 234 - color contains mainly: green. Hex color #60EACD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60EACD is #9F1532. Grayscale: #BDBDBD. Windows color (decimal): -10425651 or 13494880. OLE color: 13494880.
HSL color Cylindrical-coordinate representation of color #60EACD: hue angle of 167.39º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60EACD is Cyan = 0.59, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 96 | 234 | 205 | - |
| CMYK | 0.59 | 0 | 0.12 | 0.08 |
| HSL | 167.39º | 0.77% | 0.65% | - |
| HSV(B) | 167.39º | 0.59% | 0.92% | - |
| XYZ | 45.27 | 65.74 | 68.06 | - |
| YUV | 189.43 | 136.78 | 61.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 234 | 205 | 0.59 | 0 | 0.12 | 0.08 | 167.39 | 0.77 | 0.65 |
| Hex | 60 | EA | CD | 3B | 0 | C | 8 | A7 | 4D | 41 |
| Octal | 140 | 352 | 315 | 73 | 0 | 14 | 10 | 247 | 115 | 101 |
| Binary | 1100000 | 11101010 | 11001101 | 111011 | 0 | 1100 | 1000 | 10100111 | 1001101 | 1000001 |
Color Harmonies of #60EACD
Complementary color
Monochromatic Colors of #60EACD
Black with #60EACD
Text Example
Text Example
White with #60EACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60EACD; }
p { color: rgb(96,234,205); }
H1.HeaderClassName
{
color: #60EACD;
}
.AnyTagClassName
{
color: #60EACD;
}
</style>
background-color css
<style>
a { background-color: #60EACD; }
a { background-color: rgb(96,234,205); }
div.DivClassName
{
background-color: #60EACD;
}
.BgClassName
{
background-color: #60EACD;
}
</style>
border-color css
<style>
span { border-color: #60EACD; }
span { border-color: rgb(96,234,205); }
td.TdClassName
{
border-color: #60EACD;
}
.TagClassName
{
border-color: #60EACD;
}
</style>