Shades of Downy #60D2BC
Tints of Downy #60D2BC
RGB
CMYK
RGB Variations
Color information
#60D2BC (or 0x60D2BC) is known color: Downy. HEX triplet: 60, D2 and BC. RGB value is (96,210,188). Sum of RGB (Red+Green+Blue) = 96+210+188=494 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.43% from 494); Green value is 210 (82.42% from 255 or 42.51% from 494); Blue value is 188 (73.83% from 255 or 38.06% from 494); Max value from RGB is 210 - color contains mainly: green. Hex color #60D2BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60D2BC is #9F2D43. Grayscale: #ADADAD. Windows color (decimal): -10431812 or 12374624. OLE color: 12374624.
HSL color Cylindrical-coordinate representation of color #60D2BC: hue angle of 168.42º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #60D2BC is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 96 | 210 | 188 | - |
| CMYK | 0.54 | 0 | 0.10 | 0.18 |
| HSL | 168.42º | 0.56% | 0.6% | - |
| HSV(B) | 168.42º | 0.54% | 0.82% | - |
| XYZ | 36.95 | 52.21 | 55.71 | - |
| YUV | 173.41 | 136.23 | 72.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 210 | 188 | 0.54 | 0 | 0.10 | 0.18 | 168.42 | 0.56 | 0.6 |
| Hex | 60 | D2 | BC | 36 | 0 | A | 12 | A8 | 38 | 3C |
| Octal | 140 | 322 | 274 | 66 | 0 | 12 | 22 | 250 | 70 | 74 |
| Binary | 1100000 | 11010010 | 10111100 | 110110 | 0 | 1010 | 10010 | 10101000 | 111000 | 111100 |
Color Harmonies of #60D2BC
Complementary color
Monochromatic Colors of #60D2BC
Black with #60D2BC
Text Example
Text Example
White with #60D2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D2BC; }
p { color: rgb(96,210,188); }
H1.HeaderClassName
{
color: #60D2BC;
}
.AnyTagClassName
{
color: #60D2BC;
}
</style>
background-color css
<style>
a { background-color: #60D2BC; }
a { background-color: rgb(96,210,188); }
div.DivClassName
{
background-color: #60D2BC;
}
.BgClassName
{
background-color: #60D2BC;
}
</style>
border-color css
<style>
span { border-color: #60D2BC; }
span { border-color: rgb(96,210,188); }
td.TdClassName
{
border-color: #60D2BC;
}
.TagClassName
{
border-color: #60D2BC;
}
</style>