Shades of Downy #62DCB8
Tints of Downy #62DCB8
RGB
CMYK
RGB Variations
Color information
#62DCB8 (or 0x62DCB8) is known color: Downy. HEX triplet: 62, DC and B8. RGB value is (98,220,184). Sum of RGB (Red+Green+Blue) = 98+220+184=502 (66% of max value = 765). Red value is 98 (38.67% from 255 or 19.52% from 502); Green value is 220 (86.33% from 255 or 43.82% from 502); Blue value is 184 (72.27% from 255 or 36.65% from 502); Max value from RGB is 220 - color contains mainly: green. Hex color #62DCB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62DCB8 is #9D2347. Grayscale: #B3B3B3. Windows color (decimal): -10298184 or 12115042. OLE color: 12115042.
HSL color Cylindrical-coordinate representation of color #62DCB8: hue angle of 162.3º 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 #62DCB8 is Cyan = 0.55, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 220 | 184 | - |
| CMYK | 0.55 | 0 | 0.16 | 0.14 |
| HSL | 162.3º | 0.64% | 0.62% | - |
| HSV(B) | 162.3º | 0.55% | 0.86% | - |
| XYZ | 39.28 | 57.24 | 54.33 | - |
| YUV | 179.42 | 130.58 | 69.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 220 | 184 | 0.55 | 0 | 0.16 | 0.14 | 162.3 | 0.64 | 0.62 |
| Hex | 62 | DC | B8 | 37 | 0 | 10 | E | A2 | 40 | 3E |
| Octal | 142 | 334 | 270 | 67 | 0 | 20 | 16 | 242 | 100 | 76 |
| Binary | 1100010 | 11011100 | 10111000 | 110111 | 0 | 10000 | 1110 | 10100010 | 1000000 | 111110 |
Color Harmonies of #62DCB8
Complementary color
Monochromatic Colors of #62DCB8
Black with #62DCB8
Text Example
Text Example
White with #62DCB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62DCB8; }
p { color: rgb(98,220,184); }
H1.HeaderClassName
{
color: #62DCB8;
}
.AnyTagClassName
{
color: #62DCB8;
}
</style>
background-color css
<style>
a { background-color: #62DCB8; }
a { background-color: rgb(98,220,184); }
div.DivClassName
{
background-color: #62DCB8;
}
.BgClassName
{
background-color: #62DCB8;
}
</style>
border-color css
<style>
span { border-color: #62DCB8; }
span { border-color: rgb(98,220,184); }
td.TdClassName
{
border-color: #62DCB8;
}
.TagClassName
{
border-color: #62DCB8;
}
</style>