Shades of Downy #62DEBC
Tints of Downy #62DEBC
RGB
CMYK
RGB Variations
Color information
#62DEBC (or 0x62DEBC) is known color: Downy. HEX triplet: 62, DE and BC. RGB value is (98,222,188). Sum of RGB (Red+Green+Blue) = 98+222+188=508 (67% of max value = 765). Red value is 98 (38.67% from 255 or 19.29% from 508); Green value is 222 (87.11% from 255 or 43.70% from 508); Blue value is 188 (73.83% from 255 or 37.01% from 508); Max value from RGB is 222 - color contains mainly: green. Hex color #62DEBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62DEBC is #9D2143. Grayscale: #B5B5B5. Windows color (decimal): -10297668 or 12377698. OLE color: 12377698.
HSL color Cylindrical-coordinate representation of color #62DEBC: hue angle of 163.55º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #62DEBC is Cyan = 0.56, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 222 | 188 | - |
| CMYK | 0.56 | 0 | 0.15 | 0.13 |
| HSL | 163.55º | 0.65% | 0.63% | - |
| HSV(B) | 163.55º | 0.56% | 0.87% | - |
| XYZ | 40.24 | 58.47 | 56.74 | - |
| YUV | 181.05 | 131.92 | 68.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 222 | 188 | 0.56 | 0 | 0.15 | 0.13 | 163.55 | 0.65 | 0.63 |
| Hex | 62 | DE | BC | 38 | 0 | F | D | A4 | 41 | 3F |
| Octal | 142 | 336 | 274 | 70 | 0 | 17 | 15 | 244 | 101 | 77 |
| Binary | 1100010 | 11011110 | 10111100 | 111000 | 0 | 1111 | 1101 | 10100100 | 1000001 | 111111 |
Color Harmonies of #62DEBC
Complementary color
Monochromatic Colors of #62DEBC
Black with #62DEBC
Text Example
Text Example
White with #62DEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62DEBC; }
p { color: rgb(98,222,188); }
H1.HeaderClassName
{
color: #62DEBC;
}
.AnyTagClassName
{
color: #62DEBC;
}
</style>
background-color css
<style>
a { background-color: #62DEBC; }
a { background-color: rgb(98,222,188); }
div.DivClassName
{
background-color: #62DEBC;
}
.BgClassName
{
background-color: #62DEBC;
}
</style>
border-color css
<style>
span { border-color: #62DEBC; }
span { border-color: rgb(98,222,188); }
td.TdClassName
{
border-color: #62DEBC;
}
.TagClassName
{
border-color: #62DEBC;
}
</style>