Shades of Downy #60DACB
Tints of Downy #60DACB
RGB
CMYK
RGB Variations
Color information
#60DACB (or 0x60DACB) is known color: Downy. HEX triplet: 60, DA and CB. RGB value is (96,218,203). Sum of RGB (Red+Green+Blue) = 96+218+203=517 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.57% from 517); Green value is 218 (85.55% from 255 or 42.17% from 517); Blue value is 203 (79.69% from 255 or 39.26% from 517); Max value from RGB is 218 - color contains mainly: green. Hex color #60DACB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60DACB is #9F2534. Grayscale: #B3B3B3. Windows color (decimal): -10429749 or 13359712. OLE color: 13359712.
HSL color Cylindrical-coordinate representation of color #60DACB: hue angle of 172.62º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60DACB is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 218 | 203 | - |
| CMYK | 0.56 | 0 | 0.07 | 0.15 |
| HSL | 172.62º | 0.62% | 0.62% | - |
| HSV(B) | 172.62º | 0.56% | 0.85% | - |
| XYZ | 40.67 | 56.94 | 65.35 | - |
| YUV | 179.81 | 141.08 | 68.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 218 | 203 | 0.56 | 0 | 0.07 | 0.15 | 172.62 | 0.62 | 0.62 |
| Hex | 60 | DA | CB | 38 | 0 | 7 | F | AD | 3E | 3E |
| Octal | 140 | 332 | 313 | 70 | 0 | 7 | 17 | 255 | 76 | 76 |
| Binary | 1100000 | 11011010 | 11001011 | 111000 | 0 | 111 | 1111 | 10101101 | 111110 | 111110 |
Color Harmonies of #60DACB
Complementary color
Monochromatic Colors of #60DACB
Black with #60DACB
Text Example
Text Example
White with #60DACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DACB; }
p { color: rgb(96,218,203); }
H1.HeaderClassName
{
color: #60DACB;
}
.AnyTagClassName
{
color: #60DACB;
}
</style>
background-color css
<style>
a { background-color: #60DACB; }
a { background-color: rgb(96,218,203); }
div.DivClassName
{
background-color: #60DACB;
}
.BgClassName
{
background-color: #60DACB;
}
</style>
border-color css
<style>
span { border-color: #60DACB; }
span { border-color: rgb(96,218,203); }
td.TdClassName
{
border-color: #60DACB;
}
.TagClassName
{
border-color: #60DACB;
}
</style>