Shades of Downy #60E5BD
Tints of Downy #60E5BD
RGB
CMYK
RGB Variations
Color information
#60E5BD (or 0x60E5BD) is known color: Downy. HEX triplet: 60, E5 and BD. RGB value is (96,229,189). Sum of RGB (Red+Green+Blue) = 96+229+189=514 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.68% from 514); Green value is 229 (89.84% from 255 or 44.55% from 514); Blue value is 189 (74.22% from 255 or 36.77% from 514); Max value from RGB is 229 - color contains mainly: green. Hex color #60E5BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60E5BD is #9F1A42. Grayscale: #B8B8B8. Windows color (decimal): -10426947 or 12445024. OLE color: 12445024.
HSL color Cylindrical-coordinate representation of color #60E5BD: hue angle of 161.95º 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 #60E5BD is Cyan = 0.58, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 96 | 229 | 189 | - |
| CMYK | 0.58 | 0 | 0.17 | 0.10 |
| HSL | 161.95º | 0.72% | 0.64% | - |
| HSV(B) | 161.95º | 0.58% | 0.9% | - |
| XYZ | 42.03 | 62.2 | 57.93 | - |
| YUV | 184.67 | 130.44 | 64.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 229 | 189 | 0.58 | 0 | 0.17 | 0.10 | 161.95 | 0.72 | 0.64 |
| Hex | 60 | E5 | BD | 3A | 0 | 11 | A | A2 | 48 | 40 |
| Octal | 140 | 345 | 275 | 72 | 0 | 21 | 12 | 242 | 110 | 100 |
| Binary | 1100000 | 11100101 | 10111101 | 111010 | 0 | 10001 | 1010 | 10100010 | 1001000 | 1000000 |
Color Harmonies of #60E5BD
Complementary color
Monochromatic Colors of #60E5BD
Black with #60E5BD
Text Example
Text Example
White with #60E5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60E5BD; }
p { color: rgb(96,229,189); }
H1.HeaderClassName
{
color: #60E5BD;
}
.AnyTagClassName
{
color: #60E5BD;
}
</style>
background-color css
<style>
a { background-color: #60E5BD; }
a { background-color: rgb(96,229,189); }
div.DivClassName
{
background-color: #60E5BD;
}
.BgClassName
{
background-color: #60E5BD;
}
</style>
border-color css
<style>
span { border-color: #60E5BD; }
span { border-color: rgb(96,229,189); }
td.TdClassName
{
border-color: #60E5BD;
}
.TagClassName
{
border-color: #60E5BD;
}
</style>