Shades of Downy #60CDBC
Tints of Downy #60CDBC
RGB
CMYK
RGB Variations
Color information
#60CDBC (or 0x60CDBC) is known color: Downy. HEX triplet: 60, CD and BC. RGB value is (96,205,188). Sum of RGB (Red+Green+Blue) = 96+205+188=489 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.63% from 489); Green value is 205 (80.47% from 255 or 41.92% from 489); Blue value is 188 (73.83% from 255 or 38.45% from 489); Max value from RGB is 205 - color contains mainly: green. Hex color #60CDBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CDBC is #9F3243. Grayscale: #AAAAAA. Windows color (decimal): -10433092 or 12373344. OLE color: 12373344.
HSL color Cylindrical-coordinate representation of color #60CDBC: hue angle of 170.64º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #60CDBC is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 205 | 188 | - |
| CMYK | 0.53 | 0 | 0.08 | 0.20 |
| HSL | 170.64º | 0.52% | 0.59% | - |
| HSV(B) | 170.64º | 0.53% | 0.8% | - |
| XYZ | 35.73 | 49.78 | 55.3 | - |
| YUV | 170.47 | 137.89 | 74.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 205 | 188 | 0.53 | 0 | 0.08 | 0.20 | 170.64 | 0.52 | 0.59 |
| Hex | 60 | CD | BC | 35 | 0 | 8 | 14 | AB | 34 | 3B |
| Octal | 140 | 315 | 274 | 65 | 0 | 10 | 24 | 253 | 64 | 73 |
| Binary | 1100000 | 11001101 | 10111100 | 110101 | 0 | 1000 | 10100 | 10101011 | 110100 | 111011 |
Color Harmonies of #60CDBC
Complementary color
Monochromatic Colors of #60CDBC
Black with #60CDBC
Text Example
Text Example
White with #60CDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CDBC; }
p { color: rgb(96,205,188); }
H1.HeaderClassName
{
color: #60CDBC;
}
.AnyTagClassName
{
color: #60CDBC;
}
</style>
background-color css
<style>
a { background-color: #60CDBC; }
a { background-color: rgb(96,205,188); }
div.DivClassName
{
background-color: #60CDBC;
}
.BgClassName
{
background-color: #60CDBC;
}
</style>
border-color css
<style>
span { border-color: #60CDBC; }
span { border-color: rgb(96,205,188); }
td.TdClassName
{
border-color: #60CDBC;
}
.TagClassName
{
border-color: #60CDBC;
}
</style>