Shades of Downy #62D9CB
Tints of Downy #62D9CB
RGB
CMYK
RGB Variations
Color information
#62D9CB (or 0x62D9CB) is known color: Downy. HEX triplet: 62, D9 and CB. RGB value is (98,217,203). Sum of RGB (Red+Green+Blue) = 98+217+203=518 (68% of max value = 765). Red value is 98 (38.67% from 255 or 18.92% from 518); Green value is 217 (85.16% from 255 or 41.89% from 518); Blue value is 203 (79.69% from 255 or 39.19% from 518); Max value from RGB is 217 - color contains mainly: green. Hex color #62D9CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62D9CB is #9D2634. Grayscale: #B3B3B3. Windows color (decimal): -10298933 or 13359458. OLE color: 13359458.
HSL color Cylindrical-coordinate representation of color #62D9CB: hue angle of 172.94º degrees, saturation: 0.61, 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 #62D9CB is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 98 | 217 | 203 | - |
| CMYK | 0.55 | 0 | 0.06 | 0.15 |
| HSL | 172.94º | 0.61% | 0.62% | - |
| HSV(B) | 172.94º | 0.55% | 0.85% | - |
| XYZ | 40.63 | 56.53 | 65.27 | - |
| YUV | 179.82 | 141.08 | 69.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 217 | 203 | 0.55 | 0 | 0.06 | 0.15 | 172.94 | 0.61 | 0.62 |
| Hex | 62 | D9 | CB | 37 | 0 | 6 | F | AD | 3D | 3E |
| Octal | 142 | 331 | 313 | 67 | 0 | 6 | 17 | 255 | 75 | 76 |
| Binary | 1100010 | 11011001 | 11001011 | 110111 | 0 | 110 | 1111 | 10101101 | 111101 | 111110 |
Color Harmonies of #62D9CB
Complementary color
Monochromatic Colors of #62D9CB
Black with #62D9CB
Text Example
Text Example
White with #62D9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62D9CB; }
p { color: rgb(98,217,203); }
H1.HeaderClassName
{
color: #62D9CB;
}
.AnyTagClassName
{
color: #62D9CB;
}
</style>
background-color css
<style>
a { background-color: #62D9CB; }
a { background-color: rgb(98,217,203); }
div.DivClassName
{
background-color: #62D9CB;
}
.BgClassName
{
background-color: #62D9CB;
}
</style>
border-color css
<style>
span { border-color: #62D9CB; }
span { border-color: rgb(98,217,203); }
td.TdClassName
{
border-color: #62D9CB;
}
.TagClassName
{
border-color: #62D9CB;
}
</style>