Shades of Downy #62DCC5
Tints of Downy #62DCC5
RGB
CMYK
RGB Variations
Color information
#62DCC5 (or 0x62DCC5) is known color: Downy. HEX triplet: 62, DC and C5. RGB value is (98,220,197). Sum of RGB (Red+Green+Blue) = 98+220+197=515 (68% of max value = 765). Red value is 98 (38.67% from 255 or 19.03% from 515); Green value is 220 (86.33% from 255 or 42.72% from 515); Blue value is 197 (77.34% from 255 or 38.25% from 515); Max value from RGB is 220 - color contains mainly: green. Hex color #62DCC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62DCC5 is #9D233A. Grayscale: #B4B4B4. Windows color (decimal): -10298171 or 12967010. OLE color: 12967010.
HSL color Cylindrical-coordinate representation of color #62DCC5: hue angle of 168.69º 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 #62DCC5 is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 220 | 197 | - |
| CMYK | 0.55 | 0 | 0.10 | 0.14 |
| HSL | 168.69º | 0.64% | 0.62% | - |
| HSV(B) | 168.69º | 0.55% | 0.86% | - |
| XYZ | 40.71 | 57.81 | 61.84 | - |
| YUV | 180.9 | 137.08 | 68.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 220 | 197 | 0.55 | 0 | 0.10 | 0.14 | 168.69 | 0.64 | 0.62 |
| Hex | 62 | DC | C5 | 37 | 0 | A | E | A9 | 40 | 3E |
| Octal | 142 | 334 | 305 | 67 | 0 | 12 | 16 | 251 | 100 | 76 |
| Binary | 1100010 | 11011100 | 11000101 | 110111 | 0 | 1010 | 1110 | 10101001 | 1000000 | 111110 |
Color Harmonies of #62DCC5
Complementary color
Monochromatic Colors of #62DCC5
Black with #62DCC5
Text Example
Text Example
White with #62DCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62DCC5; }
p { color: rgb(98,220,197); }
H1.HeaderClassName
{
color: #62DCC5;
}
.AnyTagClassName
{
color: #62DCC5;
}
</style>
background-color css
<style>
a { background-color: #62DCC5; }
a { background-color: rgb(98,220,197); }
div.DivClassName
{
background-color: #62DCC5;
}
.BgClassName
{
background-color: #62DCC5;
}
</style>
border-color css
<style>
span { border-color: #62DCC5; }
span { border-color: rgb(98,220,197); }
td.TdClassName
{
border-color: #62DCC5;
}
.TagClassName
{
border-color: #62DCC5;
}
</style>