Shades of Downy #62CAC2
Tints of Downy #62CAC2
RGB
CMYK
RGB Variations
Color information
#62CAC2 (or 0x62CAC2) is known color: Downy. HEX triplet: 62, CA and C2. RGB value is (98,202,194). Sum of RGB (Red+Green+Blue) = 98+202+194=494 (65% of max value = 765). Red value is 98 (38.67% from 255 or 19.84% from 494); Green value is 202 (79.30% from 255 or 40.89% from 494); Blue value is 194 (76.17% from 255 or 39.27% from 494); Max value from RGB is 202 - color contains mainly: green. Hex color #62CAC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62CAC2 is #9D353D. Grayscale: #A9A9A9. Windows color (decimal): -10302782 or 12765794. OLE color: 12765794.
HSL color Cylindrical-coordinate representation of color #62CAC2: hue angle of 175.38º 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 #62CAC2 is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 98 | 202 | 194 | - |
| CMYK | 0.51 | 0 | 0.04 | 0.21 |
| HSL | 175.38º | 0.5% | 0.59% | - |
| HSV(B) | 175.38º | 0.51% | 0.79% | - |
| XYZ | 35.9 | 48.73 | 58.55 | - |
| YUV | 169.99 | 141.54 | 76.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 202 | 194 | 0.51 | 0 | 0.04 | 0.21 | 175.38 | 0.5 | 0.59 |
| Hex | 62 | CA | C2 | 33 | 0 | 4 | 15 | AF | 32 | 3B |
| Octal | 142 | 312 | 302 | 63 | 0 | 4 | 25 | 257 | 62 | 73 |
| Binary | 1100010 | 11001010 | 11000010 | 110011 | 0 | 100 | 10101 | 10101111 | 110010 | 111011 |
Color Harmonies of #62CAC2
Complementary color
Monochromatic Colors of #62CAC2
Black with #62CAC2
Text Example
Text Example
White with #62CAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62CAC2; }
p { color: rgb(98,202,194); }
H1.HeaderClassName
{
color: #62CAC2;
}
.AnyTagClassName
{
color: #62CAC2;
}
</style>
background-color css
<style>
a { background-color: #62CAC2; }
a { background-color: rgb(98,202,194); }
div.DivClassName
{
background-color: #62CAC2;
}
.BgClassName
{
background-color: #62CAC2;
}
</style>
border-color css
<style>
span { border-color: #62CAC2; }
span { border-color: rgb(98,202,194); }
td.TdClassName
{
border-color: #62CAC2;
}
.TagClassName
{
border-color: #62CAC2;
}
</style>