Shades of Downy #60E6BD
Tints of Downy #60E6BD
RGB
CMYK
RGB Variations
Color information
#60E6BD (or 0x60E6BD) is known color: Downy. HEX triplet: 60, E6 and BD. RGB value is (96,230,189). Sum of RGB (Red+Green+Blue) = 96+230+189=515 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.64% from 515); Green value is 230 (90.23% from 255 or 44.66% from 515); Blue value is 189 (74.22% from 255 or 36.70% from 515); Max value from RGB is 230 - color contains mainly: green. Hex color #60E6BD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60E6BD is #9F1942. Grayscale: #B9B9B9. Windows color (decimal): -10426691 or 12445280. OLE color: 12445280.
HSL color Cylindrical-coordinate representation of color #60E6BD: hue angle of 161.64º 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 #60E6BD is Cyan = 0.58, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 96 | 230 | 189 | - |
| CMYK | 0.58 | 0 | 0.18 | 0.10 |
| HSL | 161.64º | 0.73% | 0.64% | - |
| HSV(B) | 161.64º | 0.58% | 0.9% | - |
| XYZ | 42.31 | 62.75 | 58.03 | - |
| YUV | 185.26 | 130.11 | 64.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 230 | 189 | 0.58 | 0 | 0.18 | 0.10 | 161.64 | 0.73 | 0.64 |
| Hex | 60 | E6 | BD | 3A | 0 | 12 | A | A2 | 49 | 40 |
| Octal | 140 | 346 | 275 | 72 | 0 | 22 | 12 | 242 | 111 | 100 |
| Binary | 1100000 | 11100110 | 10111101 | 111010 | 0 | 10010 | 1010 | 10100010 | 1001001 | 1000000 |
Color Harmonies of #60E6BD
Complementary color
Monochromatic Colors of #60E6BD
Black with #60E6BD
Text Example
Text Example
White with #60E6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60E6BD; }
p { color: rgb(96,230,189); }
H1.HeaderClassName
{
color: #60E6BD;
}
.AnyTagClassName
{
color: #60E6BD;
}
</style>
background-color css
<style>
a { background-color: #60E6BD; }
a { background-color: rgb(96,230,189); }
div.DivClassName
{
background-color: #60E6BD;
}
.BgClassName
{
background-color: #60E6BD;
}
</style>
border-color css
<style>
span { border-color: #60E6BD; }
span { border-color: rgb(96,230,189); }
td.TdClassName
{
border-color: #60E6BD;
}
.TagClassName
{
border-color: #60E6BD;
}
</style>