Shades of Downy #62C9B6
Tints of Downy #62C9B6
RGB
CMYK
RGB Variations
Color information
#62C9B6 (or 0x62C9B6) is known color: Downy. HEX triplet: 62, C9 and B6. RGB value is (98,201,182). Sum of RGB (Red+Green+Blue) = 98+201+182=481 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.37% from 481); Green value is 201 (78.91% from 255 or 41.79% from 481); Blue value is 182 (71.48% from 255 or 37.84% from 481); Max value from RGB is 201 - color contains mainly: green. Hex color #62C9B6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62C9B6 is #9D3649. Grayscale: #A8A8A8. Windows color (decimal): -10303050 or 11979106. OLE color: 11979106.
HSL color Cylindrical-coordinate representation of color #62C9B6: hue angle of 168.93º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #62C9B6 is Cyan = 0.51, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 98 | 201 | 182 | - |
| CMYK | 0.51 | 0 | 0.09 | 0.21 |
| HSL | 168.93º | 0.49% | 0.59% | - |
| HSV(B) | 168.93º | 0.51% | 0.79% | - |
| XYZ | 34.37 | 47.75 | 51.66 | - |
| YUV | 168.04 | 135.88 | 78.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 201 | 182 | 0.51 | 0 | 0.09 | 0.21 | 168.93 | 0.49 | 0.59 |
| Hex | 62 | C9 | B6 | 33 | 0 | 9 | 15 | A9 | 31 | 3B |
| Octal | 142 | 311 | 266 | 63 | 0 | 11 | 25 | 251 | 61 | 73 |
| Binary | 1100010 | 11001001 | 10110110 | 110011 | 0 | 1001 | 10101 | 10101001 | 110001 | 111011 |
Color Harmonies of #62C9B6
Complementary color
Monochromatic Colors of #62C9B6
Black with #62C9B6
Text Example
Text Example
White with #62C9B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62C9B6; }
p { color: rgb(98,201,182); }
H1.HeaderClassName
{
color: #62C9B6;
}
.AnyTagClassName
{
color: #62C9B6;
}
</style>
background-color css
<style>
a { background-color: #62C9B6; }
a { background-color: rgb(98,201,182); }
div.DivClassName
{
background-color: #62C9B6;
}
.BgClassName
{
background-color: #62C9B6;
}
</style>
border-color css
<style>
span { border-color: #62C9B6; }
span { border-color: rgb(98,201,182); }
td.TdClassName
{
border-color: #62C9B6;
}
.TagClassName
{
border-color: #62C9B6;
}
</style>