Shades of Downy #60EEBB
Tints of Downy #60EEBB
RGB
CMYK
RGB Variations
Color information
#60EEBB (or 0x60EEBB) is known color: Downy. HEX triplet: 60, EE and BB. RGB value is (96,238,187). Sum of RGB (Red+Green+Blue) = 96+238+187=521 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.43% from 521); Green value is 238 (93.36% from 255 or 45.68% from 521); Blue value is 187 (73.44% from 255 or 35.89% from 521); Max value from RGB is 238 - color contains mainly: green. Hex color #60EEBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60EEBB is #9F1144. Grayscale: #BDBDBD. Windows color (decimal): -10424645 or 12316256. OLE color: 12316256.
HSL color Cylindrical-coordinate representation of color #60EEBB: hue angle of 158.45º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60EEBB is Cyan = 0.60, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 238 | 187 | - |
| CMYK | 0.60 | 0 | 0.21 | 0.07 |
| HSL | 158.45º | 0.81% | 0.65% | - |
| HSV(B) | 158.45º | 0.6% | 0.93% | - |
| XYZ | 44.37 | 67.22 | 57.65 | - |
| YUV | 189.73 | 126.46 | 61.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 238 | 187 | 0.60 | 0 | 0.21 | 0.07 | 158.45 | 0.81 | 0.65 |
| Hex | 60 | EE | BB | 3C | 0 | 15 | 7 | 9E | 51 | 41 |
| Octal | 140 | 356 | 273 | 74 | 0 | 25 | 7 | 236 | 121 | 101 |
| Binary | 1100000 | 11101110 | 10111011 | 111100 | 0 | 10101 | 111 | 10011110 | 1010001 | 1000001 |
Color Harmonies of #60EEBB
Complementary color
Monochromatic Colors of #60EEBB
Black with #60EEBB
Text Example
Text Example
White with #60EEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60EEBB; }
p { color: rgb(96,238,187); }
H1.HeaderClassName
{
color: #60EEBB;
}
.AnyTagClassName
{
color: #60EEBB;
}
</style>
background-color css
<style>
a { background-color: #60EEBB; }
a { background-color: rgb(96,238,187); }
div.DivClassName
{
background-color: #60EEBB;
}
.BgClassName
{
background-color: #60EEBB;
}
</style>
border-color css
<style>
span { border-color: #60EEBB; }
span { border-color: rgb(96,238,187); }
td.TdClassName
{
border-color: #60EEBB;
}
.TagClassName
{
border-color: #60EEBB;
}
</style>