Shades of Downy #60E1BD
Tints of Downy #60E1BD
RGB
CMYK
RGB Variations
Color information
#60E1BD (or 0x60E1BD) is known color: Downy. HEX triplet: 60, E1 and BD. RGB value is (96,225,189). Sum of RGB (Red+Green+Blue) = 96+225+189=510 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.82% from 510); Green value is 225 (88.28% from 255 or 44.12% from 510); Blue value is 189 (74.22% from 255 or 37.06% from 510); Max value from RGB is 225 - color contains mainly: green. Hex color #60E1BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60E1BD is #9F1E42. Grayscale: #B6B6B6. Windows color (decimal): -10427971 or 12444000. OLE color: 12444000.
HSL color Cylindrical-coordinate representation of color #60E1BD: hue angle of 163.26º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60E1BD is Cyan = 0.57, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 96 | 225 | 189 | - |
| CMYK | 0.57 | 0 | 0.16 | 0.12 |
| HSL | 163.26º | 0.68% | 0.63% | - |
| HSV(B) | 163.26º | 0.57% | 0.88% | - |
| XYZ | 40.93 | 60.01 | 57.57 | - |
| YUV | 182.33 | 131.76 | 66.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 225 | 189 | 0.57 | 0 | 0.16 | 0.12 | 163.26 | 0.68 | 0.63 |
| Hex | 60 | E1 | BD | 39 | 0 | 10 | C | A3 | 44 | 3F |
| Octal | 140 | 341 | 275 | 71 | 0 | 20 | 14 | 243 | 104 | 77 |
| Binary | 1100000 | 11100001 | 10111101 | 111001 | 0 | 10000 | 1100 | 10100011 | 1000100 | 111111 |
Color Harmonies of #60E1BD
Complementary color
Monochromatic Colors of #60E1BD
Black with #60E1BD
Text Example
Text Example
White with #60E1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60E1BD; }
p { color: rgb(96,225,189); }
H1.HeaderClassName
{
color: #60E1BD;
}
.AnyTagClassName
{
color: #60E1BD;
}
</style>
background-color css
<style>
a { background-color: #60E1BD; }
a { background-color: rgb(96,225,189); }
div.DivClassName
{
background-color: #60E1BD;
}
.BgClassName
{
background-color: #60E1BD;
}
</style>
border-color css
<style>
span { border-color: #60E1BD; }
span { border-color: rgb(96,225,189); }
td.TdClassName
{
border-color: #60E1BD;
}
.TagClassName
{
border-color: #60E1BD;
}
</style>