Shades of Downy #60E6B9
Tints of Downy #60E6B9
RGB
CMYK
RGB Variations
Color information
#60E6B9 (or 0x60E6B9) is known color: Downy. HEX triplet: 60, E6 and B9. RGB value is (96,230,185). Sum of RGB (Red+Green+Blue) = 96+230+185=511 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.79% from 511); Green value is 230 (90.23% from 255 or 45.01% from 511); Blue value is 185 (72.66% from 255 or 36.20% from 511); Max value from RGB is 230 - color contains mainly: green. Hex color #60E6B9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60E6B9 is #9F1946. Grayscale: #B8B8B8. Windows color (decimal): -10426695 or 12183136. OLE color: 12183136.
HSL color Cylindrical-coordinate representation of color #60E6B9: hue angle of 159.85º degrees, saturation: 0.73, 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 #60E6B9 is Cyan = 0.58, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 96 | 230 | 185 | - |
| CMYK | 0.58 | 0 | 0.20 | 0.10 |
| HSL | 159.85º | 0.73% | 0.64% | - |
| HSV(B) | 159.85º | 0.58% | 0.9% | - |
| XYZ | 41.88 | 62.58 | 55.77 | - |
| YUV | 184.8 | 128.11 | 64.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 230 | 185 | 0.58 | 0 | 0.20 | 0.10 | 159.85 | 0.73 | 0.64 |
| Hex | 60 | E6 | B9 | 3A | 0 | 14 | A | A0 | 49 | 40 |
| Octal | 140 | 346 | 271 | 72 | 0 | 24 | 12 | 240 | 111 | 100 |
| Binary | 1100000 | 11100110 | 10111001 | 111010 | 0 | 10100 | 1010 | 10100000 | 1001001 | 1000000 |
Color Harmonies of #60E6B9
Complementary color
Monochromatic Colors of #60E6B9
Black with #60E6B9
Text Example
Text Example
White with #60E6B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60E6B9; }
p { color: rgb(96,230,185); }
H1.HeaderClassName
{
color: #60E6B9;
}
.AnyTagClassName
{
color: #60E6B9;
}
</style>
background-color css
<style>
a { background-color: #60E6B9; }
a { background-color: rgb(96,230,185); }
div.DivClassName
{
background-color: #60E6B9;
}
.BgClassName
{
background-color: #60E6B9;
}
</style>
border-color css
<style>
span { border-color: #60E6B9; }
span { border-color: rgb(96,230,185); }
td.TdClassName
{
border-color: #60E6B9;
}
.TagClassName
{
border-color: #60E6B9;
}
</style>