Shades of Downy #62DCB7
Tints of Downy #62DCB7
RGB
CMYK
RGB Variations
Color information
#62DCB7 (or 0x62DCB7) is known color: Downy. HEX triplet: 62, DC and B7. RGB value is (98,220,183). Sum of RGB (Red+Green+Blue) = 98+220+183=501 (66% of max value = 765). Red value is 98 (38.67% from 255 or 19.56% from 501); Green value is 220 (86.33% from 255 or 43.91% from 501); Blue value is 183 (71.88% from 255 or 36.53% from 501); Max value from RGB is 220 - color contains mainly: green. Hex color #62DCB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62DCB7 is #9D2348. Grayscale: #B3B3B3. Windows color (decimal): -10298185 or 12049506. OLE color: 12049506.
HSL color Cylindrical-coordinate representation of color #62DCB7: hue angle of 161.8º degrees, saturation: 0.64, 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 #62DCB7 is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 220 | 183 | - |
| CMYK | 0.55 | 0 | 0.17 | 0.14 |
| HSL | 161.8º | 0.64% | 0.62% | - |
| HSV(B) | 161.8º | 0.55% | 0.86% | - |
| XYZ | 39.18 | 57.2 | 53.78 | - |
| YUV | 179.3 | 130.08 | 70.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 220 | 183 | 0.55 | 0 | 0.17 | 0.14 | 161.8 | 0.64 | 0.62 |
| Hex | 62 | DC | B7 | 37 | 0 | 11 | E | A2 | 40 | 3E |
| Octal | 142 | 334 | 267 | 67 | 0 | 21 | 16 | 242 | 100 | 76 |
| Binary | 1100010 | 11011100 | 10110111 | 110111 | 0 | 10001 | 1110 | 10100010 | 1000000 | 111110 |
Color Harmonies of #62DCB7
Complementary color
Monochromatic Colors of #62DCB7
Black with #62DCB7
Text Example
Text Example
White with #62DCB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62DCB7; }
p { color: rgb(98,220,183); }
H1.HeaderClassName
{
color: #62DCB7;
}
.AnyTagClassName
{
color: #62DCB7;
}
</style>
background-color css
<style>
a { background-color: #62DCB7; }
a { background-color: rgb(98,220,183); }
div.DivClassName
{
background-color: #62DCB7;
}
.BgClassName
{
background-color: #62DCB7;
}
</style>
border-color css
<style>
span { border-color: #62DCB7; }
span { border-color: rgb(98,220,183); }
td.TdClassName
{
border-color: #62DCB7;
}
.TagClassName
{
border-color: #62DCB7;
}
</style>