Shades of Downy #62DABA
Tints of Downy #62DABA
RGB
CMYK
RGB Variations
Color information
#62DABA (or 0x62DABA) is known color: Downy. HEX triplet: 62, DA and BA. RGB value is (98,218,186). Sum of RGB (Red+Green+Blue) = 98+218+186=502 (66% of max value = 765). Red value is 98 (38.67% from 255 or 19.52% from 502); Green value is 218 (85.55% from 255 or 43.43% from 502); Blue value is 186 (73.05% from 255 or 37.05% from 502); Max value from RGB is 218 - color contains mainly: green. Hex color #62DABA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62DABA is #9D2545. Grayscale: #B2B2B2. Windows color (decimal): -10298694 or 12245602. OLE color: 12245602.
HSL color Cylindrical-coordinate representation of color #62DABA: hue angle of 164º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #62DABA is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 98 | 218 | 186 | - |
| CMYK | 0.55 | 0 | 0.15 | 0.15 |
| HSL | 164º | 0.62% | 0.62% | - |
| HSV(B) | 164º | 0.55% | 0.85% | - |
| XYZ | 38.97 | 56.28 | 55.26 | - |
| YUV | 178.47 | 132.24 | 70.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 218 | 186 | 0.55 | 0 | 0.15 | 0.15 | 164 | 0.62 | 0.62 |
| Hex | 62 | DA | BA | 37 | 0 | F | F | A4 | 3E | 3E |
| Octal | 142 | 332 | 272 | 67 | 0 | 17 | 17 | 244 | 76 | 76 |
| Binary | 1100010 | 11011010 | 10111010 | 110111 | 0 | 1111 | 1111 | 10100100 | 111110 | 111110 |
Color Harmonies of #62DABA
Complementary color
Monochromatic Colors of #62DABA
Black with #62DABA
Text Example
Text Example
White with #62DABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62DABA; }
p { color: rgb(98,218,186); }
H1.HeaderClassName
{
color: #62DABA;
}
.AnyTagClassName
{
color: #62DABA;
}
</style>
background-color css
<style>
a { background-color: #62DABA; }
a { background-color: rgb(98,218,186); }
div.DivClassName
{
background-color: #62DABA;
}
.BgClassName
{
background-color: #62DABA;
}
</style>
border-color css
<style>
span { border-color: #62DABA; }
span { border-color: rgb(98,218,186); }
td.TdClassName
{
border-color: #62DABA;
}
.TagClassName
{
border-color: #62DABA;
}
</style>