Shades of Downy #60E0BA
Tints of Downy #60E0BA
RGB
CMYK
RGB Variations
Color information
#60E0BA (or 0x60E0BA) is known color: Downy. HEX triplet: 60, E0 and BA. RGB value is (96,224,186). Sum of RGB (Red+Green+Blue) = 96+224+186=506 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.97% from 506); Green value is 224 (87.89% from 255 or 44.27% from 506); Blue value is 186 (73.05% from 255 or 36.76% from 506); Max value from RGB is 224 - color contains mainly: green. Hex color #60E0BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60E0BA is #9F1F45. Grayscale: #B5B5B5. Windows color (decimal): -10428230 or 12247136. OLE color: 12247136.
HSL color Cylindrical-coordinate representation of color #60E0BA: hue angle of 162.19º degrees, saturation: 0.67, 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 #60E0BA is Cyan = 0.57, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 96 | 224 | 186 | - |
| CMYK | 0.57 | 0 | 0.17 | 0.12 |
| HSL | 162.19º | 0.67% | 0.63% | - |
| HSV(B) | 162.19º | 0.57% | 0.88% | - |
| XYZ | 40.34 | 59.34 | 55.78 | - |
| YUV | 181.4 | 130.59 | 67.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 224 | 186 | 0.57 | 0 | 0.17 | 0.12 | 162.19 | 0.67 | 0.63 |
| Hex | 60 | E0 | BA | 39 | 0 | 11 | C | A2 | 43 | 3F |
| Octal | 140 | 340 | 272 | 71 | 0 | 21 | 14 | 242 | 103 | 77 |
| Binary | 1100000 | 11100000 | 10111010 | 111001 | 0 | 10001 | 1100 | 10100010 | 1000011 | 111111 |
Color Harmonies of #60E0BA
Complementary color
Monochromatic Colors of #60E0BA
Black with #60E0BA
Text Example
Text Example
White with #60E0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60E0BA; }
p { color: rgb(96,224,186); }
H1.HeaderClassName
{
color: #60E0BA;
}
.AnyTagClassName
{
color: #60E0BA;
}
</style>
background-color css
<style>
a { background-color: #60E0BA; }
a { background-color: rgb(96,224,186); }
div.DivClassName
{
background-color: #60E0BA;
}
.BgClassName
{
background-color: #60E0BA;
}
</style>
border-color css
<style>
span { border-color: #60E0BA; }
span { border-color: rgb(96,224,186); }
td.TdClassName
{
border-color: #60E0BA;
}
.TagClassName
{
border-color: #60E0BA;
}
</style>