Shades of Downy #62C5BB
Tints of Downy #62C5BB
RGB
CMYK
RGB Variations
Color information
#62C5BB (or 0x62C5BB) is known color: Downy. HEX triplet: 62, C5 and BB. RGB value is (98,197,187). Sum of RGB (Red+Green+Blue) = 98+197+187=482 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.33% from 482); Green value is 197 (77.34% from 255 or 40.87% from 482); Blue value is 187 (73.44% from 255 or 38.80% from 482); Max value from RGB is 197 - color contains mainly: green. Hex color #62C5BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62C5BB is #9D3A44. Grayscale: #A6A6A6. Windows color (decimal): -10304069 or 12305762. OLE color: 12305762.
HSL color Cylindrical-coordinate representation of color #62C5BB: hue angle of 173.94º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #62C5BB is Cyan = 0.50, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 98 | 197 | 187 | - |
| CMYK | 0.50 | 0 | 0.05 | 0.23 |
| HSL | 173.94º | 0.46% | 0.58% | - |
| HSV(B) | 173.94º | 0.5% | 0.77% | - |
| XYZ | 33.97 | 46.12 | 54.12 | - |
| YUV | 166.26 | 139.7 | 79.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 197 | 187 | 0.50 | 0 | 0.05 | 0.23 | 173.94 | 0.46 | 0.58 |
| Hex | 62 | C5 | BB | 32 | 0 | 5 | 17 | AE | 2E | 3A |
| Octal | 142 | 305 | 273 | 62 | 0 | 5 | 27 | 256 | 56 | 72 |
| Binary | 1100010 | 11000101 | 10111011 | 110010 | 0 | 101 | 10111 | 10101110 | 101110 | 111010 |
Color Harmonies of #62C5BB
Complementary color
Monochromatic Colors of #62C5BB
Black with #62C5BB
Text Example
Text Example
White with #62C5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62C5BB; }
p { color: rgb(98,197,187); }
H1.HeaderClassName
{
color: #62C5BB;
}
.AnyTagClassName
{
color: #62C5BB;
}
</style>
background-color css
<style>
a { background-color: #62C5BB; }
a { background-color: rgb(98,197,187); }
div.DivClassName
{
background-color: #62C5BB;
}
.BgClassName
{
background-color: #62C5BB;
}
</style>
border-color css
<style>
span { border-color: #62C5BB; }
span { border-color: rgb(98,197,187); }
td.TdClassName
{
border-color: #62C5BB;
}
.TagClassName
{
border-color: #62C5BB;
}
</style>