Shades of Downy #62D8CB
Tints of Downy #62D8CB
RGB
CMYK
RGB Variations
Color information
#62D8CB (or 0x62D8CB) is known color: Downy. HEX triplet: 62, D8 and CB. RGB value is (98,216,203). Sum of RGB (Red+Green+Blue) = 98+216+203=517 (68% of max value = 765). Red value is 98 (38.67% from 255 or 18.96% from 517); Green value is 216 (84.77% from 255 or 41.78% from 517); Blue value is 203 (79.69% from 255 or 39.26% from 517); Max value from RGB is 216 - color contains mainly: green. Hex color #62D8CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62D8CB is #9D2734. Grayscale: #B3B3B3. Windows color (decimal): -10299189 or 13359202. OLE color: 13359202.
HSL color Cylindrical-coordinate representation of color #62D8CB: hue angle of 173.39º degrees, saturation: 0.6, 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 #62D8CB is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 98 | 216 | 203 | - |
| CMYK | 0.55 | 0 | 0.06 | 0.15 |
| HSL | 173.39º | 0.6% | 0.62% | - |
| HSV(B) | 173.39º | 0.55% | 0.85% | - |
| XYZ | 40.37 | 56.02 | 65.19 | - |
| YUV | 179.24 | 141.41 | 70.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 216 | 203 | 0.55 | 0 | 0.06 | 0.15 | 173.39 | 0.6 | 0.62 |
| Hex | 62 | D8 | CB | 37 | 0 | 6 | F | AD | 3C | 3E |
| Octal | 142 | 330 | 313 | 67 | 0 | 6 | 17 | 255 | 74 | 76 |
| Binary | 1100010 | 11011000 | 11001011 | 110111 | 0 | 110 | 1111 | 10101101 | 111100 | 111110 |
Color Harmonies of #62D8CB
Complementary color
Monochromatic Colors of #62D8CB
Black with #62D8CB
Text Example
Text Example
White with #62D8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62D8CB; }
p { color: rgb(98,216,203); }
H1.HeaderClassName
{
color: #62D8CB;
}
.AnyTagClassName
{
color: #62D8CB;
}
</style>
background-color css
<style>
a { background-color: #62D8CB; }
a { background-color: rgb(98,216,203); }
div.DivClassName
{
background-color: #62D8CB;
}
.BgClassName
{
background-color: #62D8CB;
}
</style>
border-color css
<style>
span { border-color: #62D8CB; }
span { border-color: rgb(98,216,203); }
td.TdClassName
{
border-color: #62D8CB;
}
.TagClassName
{
border-color: #62D8CB;
}
</style>