Shades of Downy #62DAC5
Tints of Downy #62DAC5
RGB
CMYK
RGB Variations
Color information
#62DAC5 (or 0x62DAC5) is known color: Downy. HEX triplet: 62, DA and C5. RGB value is (98,218,197). Sum of RGB (Red+Green+Blue) = 98+218+197=513 (67% of max value = 765). Red value is 98 (38.67% from 255 or 19.10% from 513); Green value is 218 (85.55% from 255 or 42.50% from 513); Blue value is 197 (77.34% from 255 or 38.40% from 513); Max value from RGB is 218 - color contains mainly: green. Hex color #62DAC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62DAC5 is #9D253A. Grayscale: #B3B3B3. Windows color (decimal): -10298683 or 12966498. OLE color: 12966498.
HSL color Cylindrical-coordinate representation of color #62DAC5: hue angle of 169.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #62DAC5 is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 98 | 218 | 197 | - |
| CMYK | 0.55 | 0 | 0.10 | 0.15 |
| HSL | 169.5º | 0.62% | 0.62% | - |
| HSV(B) | 169.5º | 0.55% | 0.85% | - |
| XYZ | 40.19 | 56.77 | 61.66 | - |
| YUV | 179.73 | 137.74 | 69.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 218 | 197 | 0.55 | 0 | 0.10 | 0.15 | 169.5 | 0.62 | 0.62 |
| Hex | 62 | DA | C5 | 37 | 0 | A | F | AA | 3E | 3E |
| Octal | 142 | 332 | 305 | 67 | 0 | 12 | 17 | 252 | 76 | 76 |
| Binary | 1100010 | 11011010 | 11000101 | 110111 | 0 | 1010 | 1111 | 10101010 | 111110 | 111110 |
Color Harmonies of #62DAC5
Complementary color
Monochromatic Colors of #62DAC5
Black with #62DAC5
Text Example
Text Example
White with #62DAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62DAC5; }
p { color: rgb(98,218,197); }
H1.HeaderClassName
{
color: #62DAC5;
}
.AnyTagClassName
{
color: #62DAC5;
}
</style>
background-color css
<style>
a { background-color: #62DAC5; }
a { background-color: rgb(98,218,197); }
div.DivClassName
{
background-color: #62DAC5;
}
.BgClassName
{
background-color: #62DAC5;
}
</style>
border-color css
<style>
span { border-color: #62DAC5; }
span { border-color: rgb(98,218,197); }
td.TdClassName
{
border-color: #62DAC5;
}
.TagClassName
{
border-color: #62DAC5;
}
</style>