Shades of Downy #60EABB
Tints of Downy #60EABB
RGB
CMYK
RGB Variations
Color information
#60EABB (or 0x60EABB) is known color: Downy. HEX triplet: 60, EA and BB. RGB value is (96,234,187). Sum of RGB (Red+Green+Blue) = 96+234+187=517 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.57% from 517); Green value is 234 (91.80% from 255 or 45.26% from 517); Blue value is 187 (73.44% from 255 or 36.17% from 517); Max value from RGB is 234 - color contains mainly: green. Hex color #60EABB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60EABB is #9F1544. Grayscale: #BBBBBB. Windows color (decimal): -10425669 or 12315232. OLE color: 12315232.
HSL color Cylindrical-coordinate representation of color #60EABB: hue angle of 159.57º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60EABB is Cyan = 0.59, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 96 | 234 | 187 | - |
| CMYK | 0.59 | 0 | 0.20 | 0.08 |
| HSL | 159.57º | 0.77% | 0.65% | - |
| HSV(B) | 159.57º | 0.59% | 0.92% | - |
| XYZ | 43.22 | 64.92 | 57.27 | - |
| YUV | 187.38 | 127.78 | 62.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 234 | 187 | 0.59 | 0 | 0.20 | 0.08 | 159.57 | 0.77 | 0.65 |
| Hex | 60 | EA | BB | 3B | 0 | 14 | 8 | A0 | 4D | 41 |
| Octal | 140 | 352 | 273 | 73 | 0 | 24 | 10 | 240 | 115 | 101 |
| Binary | 1100000 | 11101010 | 10111011 | 111011 | 0 | 10100 | 1000 | 10100000 | 1001101 | 1000001 |
Color Harmonies of #60EABB
Complementary color
Monochromatic Colors of #60EABB
Black with #60EABB
Text Example
Text Example
White with #60EABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60EABB; }
p { color: rgb(96,234,187); }
H1.HeaderClassName
{
color: #60EABB;
}
.AnyTagClassName
{
color: #60EABB;
}
</style>
background-color css
<style>
a { background-color: #60EABB; }
a { background-color: rgb(96,234,187); }
div.DivClassName
{
background-color: #60EABB;
}
.BgClassName
{
background-color: #60EABB;
}
</style>
border-color css
<style>
span { border-color: #60EABB; }
span { border-color: rgb(96,234,187); }
td.TdClassName
{
border-color: #60EABB;
}
.TagClassName
{
border-color: #60EABB;
}
</style>