Shades of Downy #60E5CC
Tints of Downy #60E5CC
RGB
CMYK
RGB Variations
Color information
#60E5CC (or 0x60E5CC) is known color: Downy. HEX triplet: 60, E5 and CC. RGB value is (96,229,204). Sum of RGB (Red+Green+Blue) = 96+229+204=529 (70% of max value = 765). Red value is 96 (37.89% from 255 or 18.15% from 529); Green value is 229 (89.84% from 255 or 43.29% from 529); Blue value is 204 (80.08% from 255 or 38.56% from 529); Max value from RGB is 229 - color contains mainly: green. Hex color #60E5CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60E5CC is #9F1A33. Grayscale: #BABABA. Windows color (decimal): -10426932 or 13428064. OLE color: 13428064.
HSL color Cylindrical-coordinate representation of color #60E5CC: hue angle of 168.72º 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 #60E5CC is Cyan = 0.58, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 96 | 229 | 204 | - |
| CMYK | 0.58 | 0 | 0.11 | 0.10 |
| HSL | 168.72º | 0.72% | 0.64% | - |
| HSV(B) | 168.72º | 0.58% | 0.9% | - |
| XYZ | 43.74 | 62.89 | 66.96 | - |
| YUV | 186.38 | 137.94 | 63.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 229 | 204 | 0.58 | 0 | 0.11 | 0.10 | 168.72 | 0.72 | 0.64 |
| Hex | 60 | E5 | CC | 3A | 0 | B | A | A9 | 48 | 40 |
| Octal | 140 | 345 | 314 | 72 | 0 | 13 | 12 | 251 | 110 | 100 |
| Binary | 1100000 | 11100101 | 11001100 | 111010 | 0 | 1011 | 1010 | 10101001 | 1001000 | 1000000 |
Color Harmonies of #60E5CC
Complementary color
Monochromatic Colors of #60E5CC
Black with #60E5CC
Text Example
Text Example
White with #60E5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60E5CC; }
p { color: rgb(96,229,204); }
H1.HeaderClassName
{
color: #60E5CC;
}
.AnyTagClassName
{
color: #60E5CC;
}
</style>
background-color css
<style>
a { background-color: #60E5CC; }
a { background-color: rgb(96,229,204); }
div.DivClassName
{
background-color: #60E5CC;
}
.BgClassName
{
background-color: #60E5CC;
}
</style>
border-color css
<style>
span { border-color: #60E5CC; }
span { border-color: rgb(96,229,204); }
td.TdClassName
{
border-color: #60E5CC;
}
.TagClassName
{
border-color: #60E5CC;
}
</style>