Shades of Downy #62DBBA
Tints of Downy #62DBBA
RGB
CMYK
RGB Variations
Color information
#62DBBA (or 0x62DBBA) is known color: Downy. HEX triplet: 62, DB and BA. RGB value is (98,219,186). Sum of RGB (Red+Green+Blue) = 98+219+186=503 (66% of max value = 765). Red value is 98 (38.67% from 255 or 19.48% from 503); Green value is 219 (85.94% from 255 or 43.54% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 219 - color contains mainly: green. Hex color #62DBBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62DBBA is #9D2445. Grayscale: #B3B3B3. Windows color (decimal): -10298438 or 12245858. OLE color: 12245858.
HSL color Cylindrical-coordinate representation of color #62DBBA: hue angle of 163.64º 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 #62DBBA is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 219 | 186 | - |
| CMYK | 0.55 | 0 | 0.15 | 0.14 |
| HSL | 163.64º | 0.63% | 0.62% | - |
| HSV(B) | 163.64º | 0.55% | 0.86% | - |
| XYZ | 39.23 | 56.8 | 55.35 | - |
| YUV | 179.06 | 131.91 | 70.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 219 | 186 | 0.55 | 0 | 0.15 | 0.14 | 163.64 | 0.63 | 0.62 |
| Hex | 62 | DB | BA | 37 | 0 | F | E | A4 | 3F | 3E |
| Octal | 142 | 333 | 272 | 67 | 0 | 17 | 16 | 244 | 77 | 76 |
| Binary | 1100010 | 11011011 | 10111010 | 110111 | 0 | 1111 | 1110 | 10100100 | 111111 | 111110 |
Color Harmonies of #62DBBA
Complementary color
Monochromatic Colors of #62DBBA
Black with #62DBBA
Text Example
Text Example
White with #62DBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62DBBA; }
p { color: rgb(98,219,186); }
H1.HeaderClassName
{
color: #62DBBA;
}
.AnyTagClassName
{
color: #62DBBA;
}
</style>
background-color css
<style>
a { background-color: #62DBBA; }
a { background-color: rgb(98,219,186); }
div.DivClassName
{
background-color: #62DBBA;
}
.BgClassName
{
background-color: #62DBBA;
}
</style>
border-color css
<style>
span { border-color: #62DBBA; }
span { border-color: rgb(98,219,186); }
td.TdClassName
{
border-color: #62DBBA;
}
.TagClassName
{
border-color: #62DBBA;
}
</style>