Shades of Downy #60E5D1
Tints of Downy #60E5D1
RGB
CMYK
RGB Variations
Color information
#60E5D1 (or 0x60E5D1) is known color: Downy. HEX triplet: 60, E5 and D1. RGB value is (96,229,209). Sum of RGB (Red+Green+Blue) = 96+229+209=534 (70% of max value = 765). Red value is 96 (37.89% from 255 or 17.98% from 534); Green value is 229 (89.84% from 255 or 42.88% from 534); Blue value is 209 (82.03% from 255 or 39.14% from 534); Max value from RGB is 229 - color contains mainly: green. Hex color #60E5D1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60E5D1 is #9F1A2E. Grayscale: #BABABA. Windows color (decimal): -10426927 or 13755744. OLE color: 13755744.
HSL color Cylindrical-coordinate representation of color #60E5D1: hue angle of 170.98º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #60E5D1 is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 96 | 229 | 209 | - |
| CMYK | 0.58 | 0 | 0.09 | 0.10 |
| HSL | 170.98º | 0.72% | 0.64% | - |
| HSV(B) | 170.98º | 0.58% | 0.9% | - |
| XYZ | 44.35 | 63.13 | 70.17 | - |
| YUV | 186.95 | 140.44 | 63.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 229 | 209 | 0.58 | 0 | 0.09 | 0.10 | 170.98 | 0.72 | 0.64 |
| Hex | 60 | E5 | D1 | 3A | 0 | 9 | A | AB | 48 | 40 |
| Octal | 140 | 345 | 321 | 72 | 0 | 11 | 12 | 253 | 110 | 100 |
| Binary | 1100000 | 11100101 | 11010001 | 111010 | 0 | 1001 | 1010 | 10101011 | 1001000 | 1000000 |
Color Harmonies of #60E5D1
Complementary color
Monochromatic Colors of #60E5D1
Black with #60E5D1
Text Example
Text Example
White with #60E5D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60E5D1; }
p { color: rgb(96,229,209); }
H1.HeaderClassName
{
color: #60E5D1;
}
.AnyTagClassName
{
color: #60E5D1;
}
</style>
background-color css
<style>
a { background-color: #60E5D1; }
a { background-color: rgb(96,229,209); }
div.DivClassName
{
background-color: #60E5D1;
}
.BgClassName
{
background-color: #60E5D1;
}
</style>
border-color css
<style>
span { border-color: #60E5D1; }
span { border-color: rgb(96,229,209); }
td.TdClassName
{
border-color: #60E5D1;
}
.TagClassName
{
border-color: #60E5D1;
}
</style>