Shades of Downy #60E0D0
Tints of Downy #60E0D0
RGB
CMYK
RGB Variations
Color information
#60E0D0 (or 0x60E0D0) is known color: Downy. HEX triplet: 60, E0 and D0. RGB value is (96,224,208). Sum of RGB (Red+Green+Blue) = 96+224+208=528 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.18% from 528); Green value is 224 (87.89% from 255 or 42.42% from 528); Blue value is 208 (81.64% from 255 or 39.39% from 528); Max value from RGB is 224 - color contains mainly: green. Hex color #60E0D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60E0D0 is #9F1F2F. Grayscale: #B7B7B7. Windows color (decimal): -10428208 or 13688928. OLE color: 13688928.
HSL color Cylindrical-coordinate representation of color #60E0D0: hue angle of 172.5º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60E0D0 is Cyan = 0.57, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 96 | 224 | 208 | - |
| CMYK | 0.57 | 0 | 0.07 | 0.12 |
| HSL | 172.5º | 0.67% | 0.63% | - |
| HSV(B) | 172.5º | 0.57% | 0.88% | - |
| XYZ | 42.86 | 60.35 | 69.06 | - |
| YUV | 183.9 | 141.59 | 65.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 224 | 208 | 0.57 | 0 | 0.07 | 0.12 | 172.5 | 0.67 | 0.63 |
| Hex | 60 | E0 | D0 | 39 | 0 | 7 | C | AC | 43 | 3F |
| Octal | 140 | 340 | 320 | 71 | 0 | 7 | 14 | 254 | 103 | 77 |
| Binary | 1100000 | 11100000 | 11010000 | 111001 | 0 | 111 | 1100 | 10101100 | 1000011 | 111111 |
Color Harmonies of #60E0D0
Complementary color
Monochromatic Colors of #60E0D0
Black with #60E0D0
Text Example
Text Example
White with #60E0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60E0D0; }
p { color: rgb(96,224,208); }
H1.HeaderClassName
{
color: #60E0D0;
}
.AnyTagClassName
{
color: #60E0D0;
}
</style>
background-color css
<style>
a { background-color: #60E0D0; }
a { background-color: rgb(96,224,208); }
div.DivClassName
{
background-color: #60E0D0;
}
.BgClassName
{
background-color: #60E0D0;
}
</style>
border-color css
<style>
span { border-color: #60E0D0; }
span { border-color: rgb(96,224,208); }
td.TdClassName
{
border-color: #60E0D0;
}
.TagClassName
{
border-color: #60E0D0;
}
</style>