Shades of Downy #60E5C7
Tints of Downy #60E5C7
RGB
CMYK
RGB Variations
Color information
#60E5C7 (or 0x60E5C7) is known color: Downy. HEX triplet: 60, E5 and C7. RGB value is (96,229,199). Sum of RGB (Red+Green+Blue) = 96+229+199=524 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.32% from 524); Green value is 229 (89.84% from 255 or 43.70% from 524); Blue value is 199 (78.12% from 255 or 37.98% from 524); Max value from RGB is 229 - color contains mainly: green. Hex color #60E5C7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60E5C7 is #9F1A38. Grayscale: #B9B9B9. Windows color (decimal): -10426937 or 13100384. OLE color: 13100384.
HSL color Cylindrical-coordinate representation of color #60E5C7: hue angle of 166.47º degrees, saturation: 0.72, 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 #60E5C7 is Cyan = 0.58, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 96 | 229 | 199 | - |
| CMYK | 0.58 | 0 | 0.13 | 0.10 |
| HSL | 166.47º | 0.72% | 0.64% | - |
| HSV(B) | 166.47º | 0.58% | 0.9% | - |
| XYZ | 43.15 | 62.65 | 63.85 | - |
| YUV | 185.81 | 135.44 | 63.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 229 | 199 | 0.58 | 0 | 0.13 | 0.10 | 166.47 | 0.72 | 0.64 |
| Hex | 60 | E5 | C7 | 3A | 0 | D | A | A6 | 48 | 40 |
| Octal | 140 | 345 | 307 | 72 | 0 | 15 | 12 | 246 | 110 | 100 |
| Binary | 1100000 | 11100101 | 11000111 | 111010 | 0 | 1101 | 1010 | 10100110 | 1001000 | 1000000 |
Color Harmonies of #60E5C7
Complementary color
Monochromatic Colors of #60E5C7
Black with #60E5C7
Text Example
Text Example
White with #60E5C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60E5C7; }
p { color: rgb(96,229,199); }
H1.HeaderClassName
{
color: #60E5C7;
}
.AnyTagClassName
{
color: #60E5C7;
}
</style>
background-color css
<style>
a { background-color: #60E5C7; }
a { background-color: rgb(96,229,199); }
div.DivClassName
{
background-color: #60E5C7;
}
.BgClassName
{
background-color: #60E5C7;
}
</style>
border-color css
<style>
span { border-color: #60E5C7; }
span { border-color: rgb(96,229,199); }
td.TdClassName
{
border-color: #60E5C7;
}
.TagClassName
{
border-color: #60E5C7;
}
</style>