Shades of Downy #62D9CF
Tints of Downy #62D9CF
RGB
CMYK
RGB Variations
Color information
#62D9CF (or 0x62D9CF) is known color: Downy. HEX triplet: 62, D9 and CF. RGB value is (98,217,207). Sum of RGB (Red+Green+Blue) = 98+217+207=522 (69% of max value = 765). Red value is 98 (38.67% from 255 or 18.77% from 522); Green value is 217 (85.16% from 255 or 41.57% from 522); Blue value is 207 (81.25% from 255 or 39.66% from 522); Max value from RGB is 217 - color contains mainly: green. Hex color #62D9CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62D9CF is #9D2630. Grayscale: #B4B4B4. Windows color (decimal): -10298929 or 13621602. OLE color: 13621602.
HSL color Cylindrical-coordinate representation of color #62D9CF: hue angle of 174.96º 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 #62D9CF is Cyan = 0.55, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 98 | 217 | 207 | - |
| CMYK | 0.55 | 0 | 0.05 | 0.15 |
| HSL | 174.96º | 0.61% | 0.62% | - |
| HSV(B) | 174.96º | 0.55% | 0.85% | - |
| XYZ | 41.11 | 56.73 | 67.81 | - |
| YUV | 180.28 | 143.08 | 69.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 217 | 207 | 0.55 | 0 | 0.05 | 0.15 | 174.96 | 0.61 | 0.62 |
| Hex | 62 | D9 | CF | 37 | 0 | 5 | F | AF | 3D | 3E |
| Octal | 142 | 331 | 317 | 67 | 0 | 5 | 17 | 257 | 75 | 76 |
| Binary | 1100010 | 11011001 | 11001111 | 110111 | 0 | 101 | 1111 | 10101111 | 111101 | 111110 |
Color Harmonies of #62D9CF
Complementary color
Monochromatic Colors of #62D9CF
Black with #62D9CF
Text Example
Text Example
White with #62D9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62D9CF; }
p { color: rgb(98,217,207); }
H1.HeaderClassName
{
color: #62D9CF;
}
.AnyTagClassName
{
color: #62D9CF;
}
</style>
background-color css
<style>
a { background-color: #62D9CF; }
a { background-color: rgb(98,217,207); }
div.DivClassName
{
background-color: #62D9CF;
}
.BgClassName
{
background-color: #62D9CF;
}
</style>
border-color css
<style>
span { border-color: #62D9CF; }
span { border-color: rgb(98,217,207); }
td.TdClassName
{
border-color: #62D9CF;
}
.TagClassName
{
border-color: #62D9CF;
}
</style>