Shades of Downy #62D8C2
Tints of Downy #62D8C2
RGB
CMYK
RGB Variations
Color information
#62D8C2 (or 0x62D8C2) is known color: Downy. HEX triplet: 62, D8 and C2. RGB value is (98,216,194). Sum of RGB (Red+Green+Blue) = 98+216+194=508 (67% of max value = 765). Red value is 98 (38.67% from 255 or 19.29% from 508); Green value is 216 (84.77% from 255 or 42.52% from 508); Blue value is 194 (76.17% from 255 or 38.19% from 508); Max value from RGB is 216 - color contains mainly: green. Hex color #62D8C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62D8C2 is #9D273D. Grayscale: #B2B2B2. Windows color (decimal): -10299198 or 12769378. OLE color: 12769378.
HSL color Cylindrical-coordinate representation of color #62D8C2: hue angle of 168.81º degrees, saturation: 0.6, 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 #62D8C2 is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 98 | 216 | 194 | - |
| CMYK | 0.55 | 0 | 0.10 | 0.15 |
| HSL | 168.81º | 0.6% | 0.62% | - |
| HSV(B) | 168.81º | 0.55% | 0.85% | - |
| XYZ | 39.33 | 55.6 | 59.7 | - |
| YUV | 178.21 | 136.91 | 70.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 216 | 194 | 0.55 | 0 | 0.10 | 0.15 | 168.81 | 0.6 | 0.62 |
| Hex | 62 | D8 | C2 | 37 | 0 | A | F | A9 | 3C | 3E |
| Octal | 142 | 330 | 302 | 67 | 0 | 12 | 17 | 251 | 74 | 76 |
| Binary | 1100010 | 11011000 | 11000010 | 110111 | 0 | 1010 | 1111 | 10101001 | 111100 | 111110 |
Color Harmonies of #62D8C2
Complementary color
Monochromatic Colors of #62D8C2
Black with #62D8C2
Text Example
Text Example
White with #62D8C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62D8C2; }
p { color: rgb(98,216,194); }
H1.HeaderClassName
{
color: #62D8C2;
}
.AnyTagClassName
{
color: #62D8C2;
}
</style>
background-color css
<style>
a { background-color: #62D8C2; }
a { background-color: rgb(98,216,194); }
div.DivClassName
{
background-color: #62D8C2;
}
.BgClassName
{
background-color: #62D8C2;
}
</style>
border-color css
<style>
span { border-color: #62D8C2; }
span { border-color: rgb(98,216,194); }
td.TdClassName
{
border-color: #62D8C2;
}
.TagClassName
{
border-color: #62D8C2;
}
</style>