Shades of Downy #62CAB8
Tints of Downy #62CAB8
RGB
CMYK
RGB Variations
Color information
#62CAB8 (or 0x62CAB8) is known color: Downy. HEX triplet: 62, CA and B8. RGB value is (98,202,184). Sum of RGB (Red+Green+Blue) = 98+202+184=484 (64% of max value = 765). Red value is 98 (38.67% from 255 or 20.25% from 484); Green value is 202 (79.30% from 255 or 41.74% from 484); Blue value is 184 (72.27% from 255 or 38.02% from 484); Max value from RGB is 202 - color contains mainly: green. Hex color #62CAB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62CAB8 is #9D3547. Grayscale: #A8A8A8. Windows color (decimal): -10302792 or 12110434. OLE color: 12110434.
HSL color Cylindrical-coordinate representation of color #62CAB8: hue angle of 169.62º 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 #62CAB8 is Cyan = 0.51, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 98 | 202 | 184 | - |
| CMYK | 0.51 | 0 | 0.09 | 0.21 |
| HSL | 169.62º | 0.5% | 0.59% | - |
| HSV(B) | 169.62º | 0.51% | 0.79% | - |
| XYZ | 34.81 | 48.3 | 52.84 | - |
| YUV | 168.85 | 136.54 | 77.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 202 | 184 | 0.51 | 0 | 0.09 | 0.21 | 169.62 | 0.5 | 0.59 |
| Hex | 62 | CA | B8 | 33 | 0 | 9 | 15 | AA | 32 | 3B |
| Octal | 142 | 312 | 270 | 63 | 0 | 11 | 25 | 252 | 62 | 73 |
| Binary | 1100010 | 11001010 | 10111000 | 110011 | 0 | 1001 | 10101 | 10101010 | 110010 | 111011 |
Color Harmonies of #62CAB8
Complementary color
Monochromatic Colors of #62CAB8
Black with #62CAB8
Text Example
Text Example
White with #62CAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62CAB8; }
p { color: rgb(98,202,184); }
H1.HeaderClassName
{
color: #62CAB8;
}
.AnyTagClassName
{
color: #62CAB8;
}
</style>
background-color css
<style>
a { background-color: #62CAB8; }
a { background-color: rgb(98,202,184); }
div.DivClassName
{
background-color: #62CAB8;
}
.BgClassName
{
background-color: #62CAB8;
}
</style>
border-color css
<style>
span { border-color: #62CAB8; }
span { border-color: rgb(98,202,184); }
td.TdClassName
{
border-color: #62CAB8;
}
.TagClassName
{
border-color: #62CAB8;
}
</style>