Shades of Downy #60DABB
Tints of Downy #60DABB
RGB
CMYK
RGB Variations
Color information
#60DABB (or 0x60DABB) is known color: Downy. HEX triplet: 60, DA and BB. RGB value is (96,218,187). Sum of RGB (Red+Green+Blue) = 96+218+187=501 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.16% from 501); Green value is 218 (85.55% from 255 or 43.51% from 501); Blue value is 187 (73.44% from 255 or 37.33% from 501); Max value from RGB is 218 - color contains mainly: green. Hex color #60DABB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60DABB is #9F2544. Grayscale: #B1B1B1. Windows color (decimal): -10429765 or 12311136. OLE color: 12311136.
HSL color Cylindrical-coordinate representation of color #60DABB: hue angle of 164.75º 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 #60DABB is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 218 | 187 | - |
| CMYK | 0.56 | 0 | 0.14 | 0.15 |
| HSL | 164.75º | 0.62% | 0.62% | - |
| HSV(B) | 164.75º | 0.56% | 0.85% | - |
| XYZ | 38.86 | 56.22 | 55.82 | - |
| YUV | 177.99 | 133.08 | 69.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 218 | 187 | 0.56 | 0 | 0.14 | 0.15 | 164.75 | 0.62 | 0.62 |
| Hex | 60 | DA | BB | 38 | 0 | E | F | A5 | 3E | 3E |
| Octal | 140 | 332 | 273 | 70 | 0 | 16 | 17 | 245 | 76 | 76 |
| Binary | 1100000 | 11011010 | 10111011 | 111000 | 0 | 1110 | 1111 | 10100101 | 111110 | 111110 |
Color Harmonies of #60DABB
Complementary color
Monochromatic Colors of #60DABB
Black with #60DABB
Text Example
Text Example
White with #60DABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DABB; }
p { color: rgb(96,218,187); }
H1.HeaderClassName
{
color: #60DABB;
}
.AnyTagClassName
{
color: #60DABB;
}
</style>
background-color css
<style>
a { background-color: #60DABB; }
a { background-color: rgb(96,218,187); }
div.DivClassName
{
background-color: #60DABB;
}
.BgClassName
{
background-color: #60DABB;
}
</style>
border-color css
<style>
span { border-color: #60DABB; }
span { border-color: rgb(96,218,187); }
td.TdClassName
{
border-color: #60DABB;
}
.TagClassName
{
border-color: #60DABB;
}
</style>