Shades of Downy #60C2BC
Tints of Downy #60C2BC
RGB
CMYK
RGB Variations
Color information
#60C2BC (or 0x60C2BC) is known color: Downy. HEX triplet: 60, C2 and BC. RGB value is (96,194,188). Sum of RGB (Red+Green+Blue) = 96+194+188=478 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20.08% from 478); Green value is 194 (76.17% from 255 or 40.59% from 478); Blue value is 188 (73.83% from 255 or 39.33% from 478); Max value from RGB is 194 - color contains mainly: green. Hex color #60C2BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60C2BC is #9F3D43. Grayscale: #A3A3A3. Windows color (decimal): -10435908 or 12370528. OLE color: 12370528.
HSL color Cylindrical-coordinate representation of color #60C2BC: hue angle of 176.33º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #60C2BC is Cyan = 0.51, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 96 | 194 | 188 | - |
| CMYK | 0.51 | 0 | 0.03 | 0.24 |
| HSL | 176.33º | 0.45% | 0.57% | - |
| HSV(B) | 176.33º | 0.51% | 0.76% | - |
| XYZ | 33.19 | 44.7 | 54.46 | - |
| YUV | 164.01 | 141.53 | 79.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 194 | 188 | 0.51 | 0 | 0.03 | 0.24 | 176.33 | 0.45 | 0.57 |
| Hex | 60 | C2 | BC | 33 | 0 | 3 | 18 | B0 | 2D | 39 |
| Octal | 140 | 302 | 274 | 63 | 0 | 3 | 30 | 260 | 55 | 71 |
| Binary | 1100000 | 11000010 | 10111100 | 110011 | 0 | 11 | 11000 | 10110000 | 101101 | 111001 |
Color Harmonies of #60C2BC
Complementary color
Monochromatic Colors of #60C2BC
Black with #60C2BC
Text Example
Text Example
White with #60C2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C2BC; }
p { color: rgb(96,194,188); }
H1.HeaderClassName
{
color: #60C2BC;
}
.AnyTagClassName
{
color: #60C2BC;
}
</style>
background-color css
<style>
a { background-color: #60C2BC; }
a { background-color: rgb(96,194,188); }
div.DivClassName
{
background-color: #60C2BC;
}
.BgClassName
{
background-color: #60C2BC;
}
</style>
border-color css
<style>
span { border-color: #60C2BC; }
span { border-color: rgb(96,194,188); }
td.TdClassName
{
border-color: #60C2BC;
}
.TagClassName
{
border-color: #60C2BC;
}
</style>