Shades of Downy #62CAC0
Tints of Downy #62CAC0
RGB
CMYK
RGB Variations
Color information
#62CAC0 (or 0x62CAC0) is known color: Downy. HEX triplet: 62, CA and C0. RGB value is (98,202,192). Sum of RGB (Red+Green+Blue) = 98+202+192=492 (65% of max value = 765). Red value is 98 (38.67% from 255 or 19.92% from 492); Green value is 202 (79.30% from 255 or 41.06% from 492); Blue value is 192 (75.39% from 255 or 39.02% from 492); Max value from RGB is 202 - color contains mainly: green. Hex color #62CAC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62CAC0 is #9D353F. Grayscale: #A9A9A9. Windows color (decimal): -10302784 or 12634722. OLE color: 12634722.
HSL color Cylindrical-coordinate representation of color #62CAC0: hue angle of 174.23º 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 #62CAC0 is Cyan = 0.51, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 98 | 202 | 192 | - |
| CMYK | 0.51 | 0 | 0.05 | 0.21 |
| HSL | 174.23º | 0.5% | 0.59% | - |
| HSV(B) | 174.23º | 0.51% | 0.79% | - |
| XYZ | 35.67 | 48.64 | 57.38 | - |
| YUV | 169.76 | 140.54 | 76.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 202 | 192 | 0.51 | 0 | 0.05 | 0.21 | 174.23 | 0.5 | 0.59 |
| Hex | 62 | CA | C0 | 33 | 0 | 5 | 15 | AE | 32 | 3B |
| Octal | 142 | 312 | 300 | 63 | 0 | 5 | 25 | 256 | 62 | 73 |
| Binary | 1100010 | 11001010 | 11000000 | 110011 | 0 | 101 | 10101 | 10101110 | 110010 | 111011 |
Color Harmonies of #62CAC0
Complementary color
Monochromatic Colors of #62CAC0
Black with #62CAC0
Text Example
Text Example
White with #62CAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62CAC0; }
p { color: rgb(98,202,192); }
H1.HeaderClassName
{
color: #62CAC0;
}
.AnyTagClassName
{
color: #62CAC0;
}
</style>
background-color css
<style>
a { background-color: #62CAC0; }
a { background-color: rgb(98,202,192); }
div.DivClassName
{
background-color: #62CAC0;
}
.BgClassName
{
background-color: #62CAC0;
}
</style>
border-color css
<style>
span { border-color: #62CAC0; }
span { border-color: rgb(98,202,192); }
td.TdClassName
{
border-color: #62CAC0;
}
.TagClassName
{
border-color: #62CAC0;
}
</style>