Shades of Downy #62CAC5
Tints of Downy #62CAC5
RGB
CMYK
RGB Variations
Color information
#62CAC5 (or 0x62CAC5) is known color: Downy. HEX triplet: 62, CA and C5. RGB value is (98,202,197). Sum of RGB (Red+Green+Blue) = 98+202+197=497 (65% of max value = 765). Red value is 98 (38.67% from 255 or 19.72% from 497); Green value is 202 (79.30% from 255 or 40.64% from 497); Blue value is 197 (77.34% from 255 or 39.64% from 497); Max value from RGB is 202 - color contains mainly: green. Hex color #62CAC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62CAC5 is #9D353A. Grayscale: #AAAAAA. Windows color (decimal): -10302779 or 12962402. OLE color: 12962402.
HSL color Cylindrical-coordinate representation of color #62CAC5: hue angle of 177.12º 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 #62CAC5 is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 98 | 202 | 197 | - |
| CMYK | 0.51 | 0 | 0.02 | 0.21 |
| HSL | 177.12º | 0.5% | 0.59% | - |
| HSV(B) | 177.12º | 0.51% | 0.79% | - |
| XYZ | 36.24 | 48.87 | 60.35 | - |
| YUV | 170.33 | 143.04 | 76.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 202 | 197 | 0.51 | 0 | 0.02 | 0.21 | 177.12 | 0.5 | 0.59 |
| Hex | 62 | CA | C5 | 33 | 0 | 2 | 15 | B1 | 32 | 3B |
| Octal | 142 | 312 | 305 | 63 | 0 | 2 | 25 | 261 | 62 | 73 |
| Binary | 1100010 | 11001010 | 11000101 | 110011 | 0 | 10 | 10101 | 10110001 | 110010 | 111011 |
Color Harmonies of #62CAC5
Complementary color
Monochromatic Colors of #62CAC5
Black with #62CAC5
Text Example
Text Example
White with #62CAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62CAC5; }
p { color: rgb(98,202,197); }
H1.HeaderClassName
{
color: #62CAC5;
}
.AnyTagClassName
{
color: #62CAC5;
}
</style>
background-color css
<style>
a { background-color: #62CAC5; }
a { background-color: rgb(98,202,197); }
div.DivClassName
{
background-color: #62CAC5;
}
.BgClassName
{
background-color: #62CAC5;
}
</style>
border-color css
<style>
span { border-color: #62CAC5; }
span { border-color: rgb(98,202,197); }
td.TdClassName
{
border-color: #62CAC5;
}
.TagClassName
{
border-color: #62CAC5;
}
</style>