Shades of Downy #62CACB
Tints of Downy #62CACB
RGB
CMYK
RGB Variations
Color information
#62CACB (or 0x62CACB) is known color: Downy. HEX triplet: 62, CA and CB. RGB value is (98,202,203). Sum of RGB (Red+Green+Blue) = 98+202+203=503 (66% of max value = 765). Red value is 98 (38.67% from 255 or 19.48% from 503); Green value is 202 (79.30% from 255 or 40.16% from 503); Blue value is 203 (79.69% from 255 or 40.36% from 503); Max value from RGB is 203 - color contains mainly: blue. Hex color #62CACB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62CACB is #9D3534. Grayscale: #AAAAAA. Windows color (decimal): -10302773 or 13355618. OLE color: 13355618.
HSL color Cylindrical-coordinate representation of color #62CACB: hue angle of 180.57º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #62CACB is Cyan = 0.52, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 98 | 202 | 203 | - |
| CMYK | 0.52 | 0.00 | 0 | 0.20 |
| HSL | 180.57º | 0.5% | 0.59% | - |
| HSV(B) | 180.57º | 0.52% | 0.8% | - |
| XYZ | 36.94 | 49.15 | 64.04 | - |
| YUV | 171.02 | 146.04 | 75.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 202 | 203 | 0.52 | 0.00 | 0 | 0.20 | 180.57 | 0.5 | 0.59 |
| Hex | 62 | CA | CB | 34 | 0 | 0 | 14 | B5 | 32 | 3B |
| Octal | 142 | 312 | 313 | 64 | 0 | 0 | 24 | 265 | 62 | 73 |
| Binary | 1100010 | 11001010 | 11001011 | 110100 | 0 | 0 | 10100 | 10110101 | 110010 | 111011 |
Color Harmonies of #62CACB
Complementary color
Monochromatic Colors of #62CACB
Black with #62CACB
Text Example
Text Example
White with #62CACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62CACB; }
p { color: rgb(98,202,203); }
H1.HeaderClassName
{
color: #62CACB;
}
.AnyTagClassName
{
color: #62CACB;
}
</style>
background-color css
<style>
a { background-color: #62CACB; }
a { background-color: rgb(98,202,203); }
div.DivClassName
{
background-color: #62CACB;
}
.BgClassName
{
background-color: #62CACB;
}
</style>
border-color css
<style>
span { border-color: #62CACB; }
span { border-color: rgb(98,202,203); }
td.TdClassName
{
border-color: #62CACB;
}
.TagClassName
{
border-color: #62CACB;
}
</style>