Shades of Downy #60D4B7
Tints of Downy #60D4B7
RGB
CMYK
RGB Variations
Color information
#60D4B7 (or 0x60D4B7) is known color: Downy. HEX triplet: 60, D4 and B7. RGB value is (96,212,183). Sum of RGB (Red+Green+Blue) = 96+212+183=491 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.55% from 491); Green value is 212 (83.20% from 255 or 43.18% from 491); Blue value is 183 (71.88% from 255 or 37.27% from 491); Max value from RGB is 212 - color contains mainly: green. Hex color #60D4B7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60D4B7 is #9F2B48. Grayscale: #AEAEAE. Windows color (decimal): -10431305 or 12047456. OLE color: 12047456.
HSL color Cylindrical-coordinate representation of color #60D4B7: hue angle of 165º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #60D4B7 is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 96 | 212 | 183 | - |
| CMYK | 0.55 | 0 | 0.14 | 0.17 |
| HSL | 165º | 0.57% | 0.6% | - |
| HSV(B) | 165º | 0.55% | 0.83% | - |
| XYZ | 36.91 | 52.99 | 53.08 | - |
| YUV | 174.01 | 133.07 | 72.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 212 | 183 | 0.55 | 0 | 0.14 | 0.17 | 165 | 0.57 | 0.6 |
| Hex | 60 | D4 | B7 | 37 | 0 | E | 11 | A5 | 39 | 3C |
| Octal | 140 | 324 | 267 | 67 | 0 | 16 | 21 | 245 | 71 | 74 |
| Binary | 1100000 | 11010100 | 10110111 | 110111 | 0 | 1110 | 10001 | 10100101 | 111001 | 111100 |
Color Harmonies of #60D4B7
Complementary color
Monochromatic Colors of #60D4B7
Black with #60D4B7
Text Example
Text Example
White with #60D4B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D4B7; }
p { color: rgb(96,212,183); }
H1.HeaderClassName
{
color: #60D4B7;
}
.AnyTagClassName
{
color: #60D4B7;
}
</style>
background-color css
<style>
a { background-color: #60D4B7; }
a { background-color: rgb(96,212,183); }
div.DivClassName
{
background-color: #60D4B7;
}
.BgClassName
{
background-color: #60D4B7;
}
</style>
border-color css
<style>
span { border-color: #60D4B7; }
span { border-color: rgb(96,212,183); }
td.TdClassName
{
border-color: #60D4B7;
}
.TagClassName
{
border-color: #60D4B7;
}
</style>