Shades of Downy #62D2C1
Tints of Downy #62D2C1
RGB
CMYK
RGB Variations
Color information
#62D2C1 (or 0x62D2C1) is known color: Downy. HEX triplet: 62, D2 and C1. RGB value is (98,210,193). Sum of RGB (Red+Green+Blue) = 98+210+193=501 (66% of max value = 765). Red value is 98 (38.67% from 255 or 19.56% from 501); Green value is 210 (82.42% from 255 or 41.92% from 501); Blue value is 193 (75.78% from 255 or 38.52% from 501); Max value from RGB is 210 - color contains mainly: green. Hex color #62D2C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62D2C1 is #9D2D3E. Grayscale: #AEAEAE. Windows color (decimal): -10300735 or 12702306. OLE color: 12702306.
HSL color Cylindrical-coordinate representation of color #62D2C1: hue angle of 170.89º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #62D2C1 is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 98 | 210 | 193 | - |
| CMYK | 0.53 | 0 | 0.08 | 0.18 |
| HSL | 170.89º | 0.55% | 0.6% | - |
| HSV(B) | 170.89º | 0.53% | 0.82% | - |
| XYZ | 37.71 | 52.54 | 58.61 | - |
| YUV | 174.57 | 138.39 | 73.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 210 | 193 | 0.53 | 0 | 0.08 | 0.18 | 170.89 | 0.55 | 0.6 |
| Hex | 62 | D2 | C1 | 35 | 0 | 8 | 12 | AB | 37 | 3C |
| Octal | 142 | 322 | 301 | 65 | 0 | 10 | 22 | 253 | 67 | 74 |
| Binary | 1100010 | 11010010 | 11000001 | 110101 | 0 | 1000 | 10010 | 10101011 | 110111 | 111100 |
Color Harmonies of #62D2C1
Complementary color
Monochromatic Colors of #62D2C1
Black with #62D2C1
Text Example
Text Example
White with #62D2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62D2C1; }
p { color: rgb(98,210,193); }
H1.HeaderClassName
{
color: #62D2C1;
}
.AnyTagClassName
{
color: #62D2C1;
}
</style>
background-color css
<style>
a { background-color: #62D2C1; }
a { background-color: rgb(98,210,193); }
div.DivClassName
{
background-color: #62D2C1;
}
.BgClassName
{
background-color: #62D2C1;
}
</style>
border-color css
<style>
span { border-color: #62D2C1; }
span { border-color: rgb(98,210,193); }
td.TdClassName
{
border-color: #62D2C1;
}
.TagClassName
{
border-color: #62D2C1;
}
</style>