Shades of Downy #60E5D3
Tints of Downy #60E5D3
RGB
CMYK
RGB Variations
Color information
#60E5D3 (or 0x60E5D3) is known color: Downy. HEX triplet: 60, E5 and D3. RGB value is (96,229,211). Sum of RGB (Red+Green+Blue) = 96+229+211=536 (70% of max value = 765). Red value is 96 (37.89% from 255 or 17.91% from 536); Green value is 229 (89.84% from 255 or 42.72% from 536); Blue value is 211 (82.81% from 255 or 39.37% from 536); Max value from RGB is 229 - color contains mainly: green. Hex color #60E5D3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60E5D3 is #9F1A2C. Grayscale: #BBBBBB. Windows color (decimal): -10426925 or 13886816. OLE color: 13886816.
HSL color Cylindrical-coordinate representation of color #60E5D3: hue angle of 171.88º 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 #60E5D3 is Cyan = 0.58, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 96 | 229 | 211 | - |
| CMYK | 0.58 | 0 | 0.08 | 0.10 |
| HSL | 171.88º | 0.72% | 0.64% | - |
| HSV(B) | 171.88º | 0.58% | 0.9% | - |
| XYZ | 44.6 | 63.23 | 71.48 | - |
| YUV | 187.18 | 141.44 | 62.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 229 | 211 | 0.58 | 0 | 0.08 | 0.10 | 171.88 | 0.72 | 0.64 |
| Hex | 60 | E5 | D3 | 3A | 0 | 8 | A | AC | 48 | 40 |
| Octal | 140 | 345 | 323 | 72 | 0 | 10 | 12 | 254 | 110 | 100 |
| Binary | 1100000 | 11100101 | 11010011 | 111010 | 0 | 1000 | 1010 | 10101100 | 1001000 | 1000000 |
Color Harmonies of #60E5D3
Complementary color
Monochromatic Colors of #60E5D3
Black with #60E5D3
Text Example
Text Example
White with #60E5D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60E5D3; }
p { color: rgb(96,229,211); }
H1.HeaderClassName
{
color: #60E5D3;
}
.AnyTagClassName
{
color: #60E5D3;
}
</style>
background-color css
<style>
a { background-color: #60E5D3; }
a { background-color: rgb(96,229,211); }
div.DivClassName
{
background-color: #60E5D3;
}
.BgClassName
{
background-color: #60E5D3;
}
</style>
border-color css
<style>
span { border-color: #60E5D3; }
span { border-color: rgb(96,229,211); }
td.TdClassName
{
border-color: #60E5D3;
}
.TagClassName
{
border-color: #60E5D3;
}
</style>