Shades of Downy #60EECB
Tints of Downy #60EECB
RGB
CMYK
RGB Variations
Color information
#60EECB (or 0x60EECB) is known color: Downy. HEX triplet: 60, EE and CB. RGB value is (96,238,203). Sum of RGB (Red+Green+Blue) = 96+238+203=537 (71% of max value = 765). Red value is 96 (37.89% from 255 or 17.88% from 537); Green value is 238 (93.36% from 255 or 44.32% from 537); Blue value is 203 (79.69% from 255 or 37.80% from 537); Max value from RGB is 238 - color contains mainly: green. Hex color #60EECB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60EECB is #9F1134. Grayscale: #BFBFBF. Windows color (decimal): -10424629 or 13364832. OLE color: 13364832.
HSL color Cylindrical-coordinate representation of color #60EECB: hue angle of 165.21º 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 #60EECB is Cyan = 0.60, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 238 | 203 | - |
| CMYK | 0.60 | 0 | 0.15 | 0.07 |
| HSL | 165.21º | 0.81% | 0.65% | - |
| HSV(B) | 165.21º | 0.6% | 0.93% | - |
| XYZ | 46.18 | 67.95 | 67.18 | - |
| YUV | 191.55 | 134.46 | 59.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 238 | 203 | 0.60 | 0 | 0.15 | 0.07 | 165.21 | 0.81 | 0.65 |
| Hex | 60 | EE | CB | 3C | 0 | F | 7 | A5 | 51 | 41 |
| Octal | 140 | 356 | 313 | 74 | 0 | 17 | 7 | 245 | 121 | 101 |
| Binary | 1100000 | 11101110 | 11001011 | 111100 | 0 | 1111 | 111 | 10100101 | 1010001 | 1000001 |
Color Harmonies of #60EECB
Complementary color
Monochromatic Colors of #60EECB
Black with #60EECB
Text Example
Text Example
White with #60EECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60EECB; }
p { color: rgb(96,238,203); }
H1.HeaderClassName
{
color: #60EECB;
}
.AnyTagClassName
{
color: #60EECB;
}
</style>
background-color css
<style>
a { background-color: #60EECB; }
a { background-color: rgb(96,238,203); }
div.DivClassName
{
background-color: #60EECB;
}
.BgClassName
{
background-color: #60EECB;
}
</style>
border-color css
<style>
span { border-color: #60EECB; }
span { border-color: rgb(96,238,203); }
td.TdClassName
{
border-color: #60EECB;
}
.TagClassName
{
border-color: #60EECB;
}
</style>