Shades of Downy #62D9C5
Tints of Downy #62D9C5
RGB
CMYK
RGB Variations
Color information
#62D9C5 (or 0x62D9C5) is known color: Downy. HEX triplet: 62, D9 and C5. RGB value is (98,217,197). Sum of RGB (Red+Green+Blue) = 98+217+197=512 (67% of max value = 765). Red value is 98 (38.67% from 255 or 19.14% from 512); Green value is 217 (85.16% from 255 or 42.38% from 512); Blue value is 197 (77.34% from 255 or 38.48% from 512); Max value from RGB is 217 - color contains mainly: green. Hex color #62D9C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62D9C5 is #9D263A. Grayscale: #B3B3B3. Windows color (decimal): -10298939 or 12966242. OLE color: 12966242.
HSL color Cylindrical-coordinate representation of color #62D9C5: hue angle of 169.92º degrees, saturation: 0.61, 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 #62D9C5 is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 98 | 217 | 197 | - |
| CMYK | 0.55 | 0 | 0.09 | 0.15 |
| HSL | 169.92º | 0.61% | 0.62% | - |
| HSV(B) | 169.92º | 0.55% | 0.85% | - |
| XYZ | 39.93 | 56.25 | 61.58 | - |
| YUV | 179.14 | 138.08 | 70.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 217 | 197 | 0.55 | 0 | 0.09 | 0.15 | 169.92 | 0.61 | 0.62 |
| Hex | 62 | D9 | C5 | 37 | 0 | 9 | F | AA | 3D | 3E |
| Octal | 142 | 331 | 305 | 67 | 0 | 11 | 17 | 252 | 75 | 76 |
| Binary | 1100010 | 11011001 | 11000101 | 110111 | 0 | 1001 | 1111 | 10101010 | 111101 | 111110 |
Color Harmonies of #62D9C5
Complementary color
Monochromatic Colors of #62D9C5
Black with #62D9C5
Text Example
Text Example
White with #62D9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62D9C5; }
p { color: rgb(98,217,197); }
H1.HeaderClassName
{
color: #62D9C5;
}
.AnyTagClassName
{
color: #62D9C5;
}
</style>
background-color css
<style>
a { background-color: #62D9C5; }
a { background-color: rgb(98,217,197); }
div.DivClassName
{
background-color: #62D9C5;
}
.BgClassName
{
background-color: #62D9C5;
}
</style>
border-color css
<style>
span { border-color: #62D9C5; }
span { border-color: rgb(98,217,197); }
td.TdClassName
{
border-color: #62D9C5;
}
.TagClassName
{
border-color: #62D9C5;
}
</style>