Shades of Downy #60D7BC
Tints of Downy #60D7BC
RGB
CMYK
RGB Variations
Color information
#60D7BC (or 0x60D7BC) is known color: Downy. HEX triplet: 60, D7 and BC. RGB value is (96,215,188). Sum of RGB (Red+Green+Blue) = 96+215+188=499 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.24% from 499); Green value is 215 (84.38% from 255 or 43.09% from 499); Blue value is 188 (73.83% from 255 or 37.68% from 499); Max value from RGB is 215 - color contains mainly: green. Hex color #60D7BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60D7BC is #9F2843. Grayscale: #B0B0B0. Windows color (decimal): -10430532 or 12375904. OLE color: 12375904.
HSL color Cylindrical-coordinate representation of color #60D7BC: hue angle of 166.39º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #60D7BC is Cyan = 0.55, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 96 | 215 | 188 | - |
| CMYK | 0.55 | 0 | 0.13 | 0.16 |
| HSL | 166.39º | 0.6% | 0.61% | - |
| HSV(B) | 166.39º | 0.55% | 0.84% | - |
| XYZ | 38.2 | 54.72 | 56.13 | - |
| YUV | 176.34 | 134.58 | 70.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 215 | 188 | 0.55 | 0 | 0.13 | 0.16 | 166.39 | 0.6 | 0.61 |
| Hex | 60 | D7 | BC | 37 | 0 | D | 10 | A6 | 3C | 3D |
| Octal | 140 | 327 | 274 | 67 | 0 | 15 | 20 | 246 | 74 | 75 |
| Binary | 1100000 | 11010111 | 10111100 | 110111 | 0 | 1101 | 10000 | 10100110 | 111100 | 111101 |
Color Harmonies of #60D7BC
Complementary color
Monochromatic Colors of #60D7BC
Black with #60D7BC
Text Example
Text Example
White with #60D7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D7BC; }
p { color: rgb(96,215,188); }
H1.HeaderClassName
{
color: #60D7BC;
}
.AnyTagClassName
{
color: #60D7BC;
}
</style>
background-color css
<style>
a { background-color: #60D7BC; }
a { background-color: rgb(96,215,188); }
div.DivClassName
{
background-color: #60D7BC;
}
.BgClassName
{
background-color: #60D7BC;
}
</style>
border-color css
<style>
span { border-color: #60D7BC; }
span { border-color: rgb(96,215,188); }
td.TdClassName
{
border-color: #60D7BC;
}
.TagClassName
{
border-color: #60D7BC;
}
</style>