Shades of Downy #60E9CA
Tints of Downy #60E9CA
RGB
CMYK
RGB Variations
Color information
#60E9CA (or 0x60E9CA) is known color: Downy. HEX triplet: 60, E9 and CA. RGB value is (96,233,202). Sum of RGB (Red+Green+Blue) = 96+233+202=531 (70% of max value = 765). Red value is 96 (37.89% from 255 or 18.08% from 531); Green value is 233 (91.41% from 255 or 43.88% from 531); Blue value is 202 (79.30% from 255 or 38.04% from 531); Max value from RGB is 233 - color contains mainly: green. Hex color #60E9CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60E9CA is #9F1635. Grayscale: #BCBCBC. Windows color (decimal): -10425910 or 13298016. OLE color: 13298016.
HSL color Cylindrical-coordinate representation of color #60E9CA: hue angle of 166.42º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60E9CA is Cyan = 0.59, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 96 | 233 | 202 | - |
| CMYK | 0.59 | 0 | 0.13 | 0.09 |
| HSL | 166.42º | 0.76% | 0.65% | - |
| HSV(B) | 166.42º | 0.59% | 0.91% | - |
| XYZ | 44.62 | 65.03 | 66.08 | - |
| YUV | 188.5 | 135.61 | 62.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 233 | 202 | 0.59 | 0 | 0.13 | 0.09 | 166.42 | 0.76 | 0.65 |
| Hex | 60 | E9 | CA | 3B | 0 | D | 9 | A6 | 4C | 41 |
| Octal | 140 | 351 | 312 | 73 | 0 | 15 | 11 | 246 | 114 | 101 |
| Binary | 1100000 | 11101001 | 11001010 | 111011 | 0 | 1101 | 1001 | 10100110 | 1001100 | 1000001 |
Color Harmonies of #60E9CA
Complementary color
Monochromatic Colors of #60E9CA
Black with #60E9CA
Text Example
Text Example
White with #60E9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60E9CA; }
p { color: rgb(96,233,202); }
H1.HeaderClassName
{
color: #60E9CA;
}
.AnyTagClassName
{
color: #60E9CA;
}
</style>
background-color css
<style>
a { background-color: #60E9CA; }
a { background-color: rgb(96,233,202); }
div.DivClassName
{
background-color: #60E9CA;
}
.BgClassName
{
background-color: #60E9CA;
}
</style>
border-color css
<style>
span { border-color: #60E9CA; }
span { border-color: rgb(96,233,202); }
td.TdClassName
{
border-color: #60E9CA;
}
.TagClassName
{
border-color: #60E9CA;
}
</style>