Shades of Downy #62C8BB
Tints of Downy #62C8BB
RGB
CMYK
RGB Variations
Color information
#62C8BB (or 0x62C8BB) is known color: Downy. HEX triplet: 62, C8 and BB. RGB value is (98,200,187). Sum of RGB (Red+Green+Blue) = 98+200+187=485 (64% of max value = 765). Red value is 98 (38.67% from 255 or 20.21% from 485); Green value is 200 (78.52% from 255 or 41.24% from 485); Blue value is 187 (73.44% from 255 or 38.56% from 485); Max value from RGB is 200 - color contains mainly: green. Hex color #62C8BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62C8BB is #9D3744. Grayscale: #A7A7A7. Windows color (decimal): -10303301 or 12306530. OLE color: 12306530.
HSL color Cylindrical-coordinate representation of color #62C8BB: hue angle of 172.35º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #62C8BB is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 98 | 200 | 187 | - |
| CMYK | 0.51 | 0 | 0.06 | 0.22 |
| HSL | 172.35º | 0.48% | 0.58% | - |
| HSV(B) | 172.35º | 0.51% | 0.78% | - |
| XYZ | 34.66 | 47.49 | 54.35 | - |
| YUV | 168.02 | 138.71 | 78.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 200 | 187 | 0.51 | 0 | 0.06 | 0.22 | 172.35 | 0.48 | 0.58 |
| Hex | 62 | C8 | BB | 33 | 0 | 6 | 16 | AC | 30 | 3A |
| Octal | 142 | 310 | 273 | 63 | 0 | 6 | 26 | 254 | 60 | 72 |
| Binary | 1100010 | 11001000 | 10111011 | 110011 | 0 | 110 | 10110 | 10101100 | 110000 | 111010 |
Color Harmonies of #62C8BB
Complementary color
Monochromatic Colors of #62C8BB
Black with #62C8BB
Text Example
Text Example
White with #62C8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62C8BB; }
p { color: rgb(98,200,187); }
H1.HeaderClassName
{
color: #62C8BB;
}
.AnyTagClassName
{
color: #62C8BB;
}
</style>
background-color css
<style>
a { background-color: #62C8BB; }
a { background-color: rgb(98,200,187); }
div.DivClassName
{
background-color: #62C8BB;
}
.BgClassName
{
background-color: #62C8BB;
}
</style>
border-color css
<style>
span { border-color: #62C8BB; }
span { border-color: rgb(98,200,187); }
td.TdClassName
{
border-color: #62C8BB;
}
.TagClassName
{
border-color: #62C8BB;
}
</style>