Shades of Downy #60E9CC
Tints of Downy #60E9CC
RGB
CMYK
RGB Variations
Color information
#60E9CC (or 0x60E9CC) is known color: Downy. HEX triplet: 60, E9 and CC. RGB value is (96,233,204). Sum of RGB (Red+Green+Blue) = 96+233+204=533 (70% of max value = 765). Red value is 96 (37.89% from 255 or 18.01% from 533); Green value is 233 (91.41% from 255 or 43.71% from 533); Blue value is 204 (80.08% from 255 or 38.27% from 533); Max value from RGB is 233 - color contains mainly: green. Hex color #60E9CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60E9CC is #9F1633. Grayscale: #BCBCBC. Windows color (decimal): -10425908 or 13429088. OLE color: 13429088.
HSL color Cylindrical-coordinate representation of color #60E9CC: hue angle of 167.3º 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 #60E9CC is Cyan = 0.59, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 96 | 233 | 204 | - |
| CMYK | 0.59 | 0 | 0.12 | 0.09 |
| HSL | 167.3º | 0.76% | 0.65% | - |
| HSV(B) | 167.3º | 0.59% | 0.91% | - |
| XYZ | 44.86 | 65.12 | 67.33 | - |
| YUV | 188.73 | 136.61 | 61.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 233 | 204 | 0.59 | 0 | 0.12 | 0.09 | 167.3 | 0.76 | 0.65 |
| Hex | 60 | E9 | CC | 3B | 0 | C | 9 | A7 | 4C | 41 |
| Octal | 140 | 351 | 314 | 73 | 0 | 14 | 11 | 247 | 114 | 101 |
| Binary | 1100000 | 11101001 | 11001100 | 111011 | 0 | 1100 | 1001 | 10100111 | 1001100 | 1000001 |
Color Harmonies of #60E9CC
Complementary color
Monochromatic Colors of #60E9CC
Black with #60E9CC
Text Example
Text Example
White with #60E9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60E9CC; }
p { color: rgb(96,233,204); }
H1.HeaderClassName
{
color: #60E9CC;
}
.AnyTagClassName
{
color: #60E9CC;
}
</style>
background-color css
<style>
a { background-color: #60E9CC; }
a { background-color: rgb(96,233,204); }
div.DivClassName
{
background-color: #60E9CC;
}
.BgClassName
{
background-color: #60E9CC;
}
</style>
border-color css
<style>
span { border-color: #60E9CC; }
span { border-color: rgb(96,233,204); }
td.TdClassName
{
border-color: #60E9CC;
}
.TagClassName
{
border-color: #60E9CC;
}
</style>