Shades of Downy #62DBB9
Tints of Downy #62DBB9
RGB
CMYK
RGB Variations
Color information
#62DBB9 (or 0x62DBB9) is known color: Downy. HEX triplet: 62, DB and B9. RGB value is (98,219,185). Sum of RGB (Red+Green+Blue) = 98+219+185=502 (66% of max value = 765). Red value is 98 (38.67% from 255 or 19.52% from 502); Green value is 219 (85.94% from 255 or 43.63% from 502); Blue value is 185 (72.66% from 255 or 36.85% from 502); Max value from RGB is 219 - color contains mainly: green. Hex color #62DBB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62DBB9 is #9D2446. Grayscale: #B2B2B2. Windows color (decimal): -10298439 or 12180322. OLE color: 12180322.
HSL color Cylindrical-coordinate representation of color #62DBB9: hue angle of 163.14º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #62DBB9 is Cyan = 0.55, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 219 | 185 | - |
| CMYK | 0.55 | 0 | 0.16 | 0.14 |
| HSL | 163.14º | 0.63% | 0.62% | - |
| HSV(B) | 163.14º | 0.55% | 0.86% | - |
| XYZ | 39.13 | 56.76 | 54.79 | - |
| YUV | 178.95 | 131.41 | 70.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 219 | 185 | 0.55 | 0 | 0.16 | 0.14 | 163.14 | 0.63 | 0.62 |
| Hex | 62 | DB | B9 | 37 | 0 | 10 | E | A3 | 3F | 3E |
| Octal | 142 | 333 | 271 | 67 | 0 | 20 | 16 | 243 | 77 | 76 |
| Binary | 1100010 | 11011011 | 10111001 | 110111 | 0 | 10000 | 1110 | 10100011 | 111111 | 111110 |
Color Harmonies of #62DBB9
Complementary color
Monochromatic Colors of #62DBB9
Black with #62DBB9
Text Example
Text Example
White with #62DBB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62DBB9; }
p { color: rgb(98,219,185); }
H1.HeaderClassName
{
color: #62DBB9;
}
.AnyTagClassName
{
color: #62DBB9;
}
</style>
background-color css
<style>
a { background-color: #62DBB9; }
a { background-color: rgb(98,219,185); }
div.DivClassName
{
background-color: #62DBB9;
}
.BgClassName
{
background-color: #62DBB9;
}
</style>
border-color css
<style>
span { border-color: #62DBB9; }
span { border-color: rgb(98,219,185); }
td.TdClassName
{
border-color: #62DBB9;
}
.TagClassName
{
border-color: #62DBB9;
}
</style>