Shades of Downy #60EDCE
Tints of Downy #60EDCE
RGB
CMYK
RGB Variations
Color information
#60EDCE (or 0x60EDCE) is known color: Downy. HEX triplet: 60, ED and CE. RGB value is (96,237,206). Sum of RGB (Red+Green+Blue) = 96+237+206=539 (71% of max value = 765). Red value is 96 (37.89% from 255 or 17.81% from 539); Green value is 237 (92.97% from 255 or 43.97% from 539); Blue value is 206 (80.86% from 255 or 38.22% from 539); Max value from RGB is 237 - color contains mainly: green. Hex color #60EDCE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60EDCE is #9F1231. Grayscale: #BFBFBF. Windows color (decimal): -10424882 or 13561184. OLE color: 13561184.
HSL color Cylindrical-coordinate representation of color #60EDCE: hue angle of 166.81º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60EDCE is Cyan = 0.59, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 237 | 206 | - |
| CMYK | 0.59 | 0 | 0.13 | 0.07 |
| HSL | 166.81º | 0.8% | 0.65% | - |
| HSV(B) | 166.81º | 0.59% | 0.93% | - |
| XYZ | 46.25 | 67.51 | 68.99 | - |
| YUV | 191.31 | 136.29 | 60.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 237 | 206 | 0.59 | 0 | 0.13 | 0.07 | 166.81 | 0.8 | 0.65 |
| Hex | 60 | ED | CE | 3B | 0 | D | 7 | A7 | 50 | 41 |
| Octal | 140 | 355 | 316 | 73 | 0 | 15 | 7 | 247 | 120 | 101 |
| Binary | 1100000 | 11101101 | 11001110 | 111011 | 0 | 1101 | 111 | 10100111 | 1010000 | 1000001 |
Color Harmonies of #60EDCE
Complementary color
Monochromatic Colors of #60EDCE
Black with #60EDCE
Text Example
Text Example
White with #60EDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60EDCE; }
p { color: rgb(96,237,206); }
H1.HeaderClassName
{
color: #60EDCE;
}
.AnyTagClassName
{
color: #60EDCE;
}
</style>
background-color css
<style>
a { background-color: #60EDCE; }
a { background-color: rgb(96,237,206); }
div.DivClassName
{
background-color: #60EDCE;
}
.BgClassName
{
background-color: #60EDCE;
}
</style>
border-color css
<style>
span { border-color: #60EDCE; }
span { border-color: rgb(96,237,206); }
td.TdClassName
{
border-color: #60EDCE;
}
.TagClassName
{
border-color: #60EDCE;
}
</style>