Shades of Downy #62CABB
Tints of Downy #62CABB
RGB
CMYK
RGB Variations
Color information
#62CABB (or 0x62CABB) is known color: Downy. HEX triplet: 62, CA and BB. RGB value is (98,202,187). Sum of RGB (Red+Green+Blue) = 98+202+187=487 (64% of max value = 765). Red value is 98 (38.67% from 255 or 20.12% from 487); Green value is 202 (79.30% from 255 or 41.48% from 487); Blue value is 187 (73.44% from 255 or 38.40% from 487); Max value from RGB is 202 - color contains mainly: green. Hex color #62CABB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62CABB is #9D3544. Grayscale: #A9A9A9. Windows color (decimal): -10302789 or 12307042. OLE color: 12307042.
HSL color Cylindrical-coordinate representation of color #62CABB: hue angle of 171.35º degrees, saturation: 0.5, 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 #62CABB is Cyan = 0.51, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 98 | 202 | 187 | - |
| CMYK | 0.51 | 0 | 0.07 | 0.21 |
| HSL | 171.35º | 0.5% | 0.59% | - |
| HSV(B) | 171.35º | 0.51% | 0.79% | - |
| XYZ | 35.13 | 48.43 | 54.51 | - |
| YUV | 169.19 | 138.04 | 77.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 202 | 187 | 0.51 | 0 | 0.07 | 0.21 | 171.35 | 0.5 | 0.59 |
| Hex | 62 | CA | BB | 33 | 0 | 7 | 15 | AB | 32 | 3B |
| Octal | 142 | 312 | 273 | 63 | 0 | 7 | 25 | 253 | 62 | 73 |
| Binary | 1100010 | 11001010 | 10111011 | 110011 | 0 | 111 | 10101 | 10101011 | 110010 | 111011 |
Color Harmonies of #62CABB
Complementary color
Monochromatic Colors of #62CABB
Black with #62CABB
Text Example
Text Example
White with #62CABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62CABB; }
p { color: rgb(98,202,187); }
H1.HeaderClassName
{
color: #62CABB;
}
.AnyTagClassName
{
color: #62CABB;
}
</style>
background-color css
<style>
a { background-color: #62CABB; }
a { background-color: rgb(98,202,187); }
div.DivClassName
{
background-color: #62CABB;
}
.BgClassName
{
background-color: #62CABB;
}
</style>
border-color css
<style>
span { border-color: #62CABB; }
span { border-color: rgb(98,202,187); }
td.TdClassName
{
border-color: #62CABB;
}
.TagClassName
{
border-color: #62CABB;
}
</style>