Shades of Downy #62DACB
Tints of Downy #62DACB
RGB
CMYK
RGB Variations
Color information
#62DACB (or 0x62DACB) is known color: Downy. HEX triplet: 62, DA and CB. RGB value is (98,218,203). Sum of RGB (Red+Green+Blue) = 98+218+203=519 (68% of max value = 765). Red value is 98 (38.67% from 255 or 18.88% from 519); Green value is 218 (85.55% from 255 or 42.00% from 519); Blue value is 203 (79.69% from 255 or 39.11% from 519); Max value from RGB is 218 - color contains mainly: green. Hex color #62DACB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62DACB is #9D2534. Grayscale: #B4B4B4. Windows color (decimal): -10298677 or 13359714. OLE color: 13359714.
HSL color Cylindrical-coordinate representation of color #62DACB: hue angle of 172.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 #62DACB is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 98 | 218 | 203 | - |
| CMYK | 0.55 | 0 | 0.07 | 0.15 |
| HSL | 172.5º | 0.62% | 0.62% | - |
| HSV(B) | 172.5º | 0.55% | 0.85% | - |
| XYZ | 40.89 | 57.05 | 65.36 | - |
| YUV | 180.41 | 140.74 | 69.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 218 | 203 | 0.55 | 0 | 0.07 | 0.15 | 172.5 | 0.62 | 0.62 |
| Hex | 62 | DA | CB | 37 | 0 | 7 | F | AC | 3E | 3E |
| Octal | 142 | 332 | 313 | 67 | 0 | 7 | 17 | 254 | 76 | 76 |
| Binary | 1100010 | 11011010 | 11001011 | 110111 | 0 | 111 | 1111 | 10101100 | 111110 | 111110 |
Color Harmonies of #62DACB
Complementary color
Monochromatic Colors of #62DACB
Black with #62DACB
Text Example
Text Example
White with #62DACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62DACB; }
p { color: rgb(98,218,203); }
H1.HeaderClassName
{
color: #62DACB;
}
.AnyTagClassName
{
color: #62DACB;
}
</style>
background-color css
<style>
a { background-color: #62DACB; }
a { background-color: rgb(98,218,203); }
div.DivClassName
{
background-color: #62DACB;
}
.BgClassName
{
background-color: #62DACB;
}
</style>
border-color css
<style>
span { border-color: #62DACB; }
span { border-color: rgb(98,218,203); }
td.TdClassName
{
border-color: #62DACB;
}
.TagClassName
{
border-color: #62DACB;
}
</style>