Shades of Downy #62D5CA
Tints of Downy #62D5CA
RGB
CMYK
RGB Variations
Color information
#62D5CA (or 0x62D5CA) is known color: Downy. HEX triplet: 62, D5 and CA. RGB value is (98,213,202). Sum of RGB (Red+Green+Blue) = 98+213+202=513 (67% of max value = 765). Red value is 98 (38.67% from 255 or 19.10% from 513); Green value is 213 (83.59% from 255 or 41.52% from 513); Blue value is 202 (79.30% from 255 or 39.38% from 513); Max value from RGB is 213 - color contains mainly: green. Hex color #62D5CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62D5CA is #9D2A35. Grayscale: #B1B1B1. Windows color (decimal): -10299958 or 13292898. OLE color: 13292898.
HSL color Cylindrical-coordinate representation of color #62D5CA: hue angle of 174.26º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #62D5CA is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 98 | 213 | 202 | - |
| CMYK | 0.54 | 0 | 0.05 | 0.16 |
| HSL | 174.26º | 0.58% | 0.61% | - |
| HSV(B) | 174.26º | 0.54% | 0.84% | - |
| XYZ | 39.49 | 54.45 | 64.31 | - |
| YUV | 177.36 | 141.9 | 71.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 213 | 202 | 0.54 | 0 | 0.05 | 0.16 | 174.26 | 0.58 | 0.61 |
| Hex | 62 | D5 | CA | 36 | 0 | 5 | 10 | AE | 3A | 3D |
| Octal | 142 | 325 | 312 | 66 | 0 | 5 | 20 | 256 | 72 | 75 |
| Binary | 1100010 | 11010101 | 11001010 | 110110 | 0 | 101 | 10000 | 10101110 | 111010 | 111101 |
Color Harmonies of #62D5CA
Complementary color
Monochromatic Colors of #62D5CA
Black with #62D5CA
Text Example
Text Example
White with #62D5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62D5CA; }
p { color: rgb(98,213,202); }
H1.HeaderClassName
{
color: #62D5CA;
}
.AnyTagClassName
{
color: #62D5CA;
}
</style>
background-color css
<style>
a { background-color: #62D5CA; }
a { background-color: rgb(98,213,202); }
div.DivClassName
{
background-color: #62D5CA;
}
.BgClassName
{
background-color: #62D5CA;
}
</style>
border-color css
<style>
span { border-color: #62D5CA; }
span { border-color: rgb(98,213,202); }
td.TdClassName
{
border-color: #62D5CA;
}
.TagClassName
{
border-color: #62D5CA;
}
</style>