Shades of Downy #62DCCD
Tints of Downy #62DCCD
RGB
CMYK
RGB Variations
Color information
#62DCCD (or 0x62DCCD) is known color: Downy. HEX triplet: 62, DC and CD. RGB value is (98,220,205). Sum of RGB (Red+Green+Blue) = 98+220+205=523 (69% of max value = 765). Red value is 98 (38.67% from 255 or 18.74% from 523); Green value is 220 (86.33% from 255 or 42.07% from 523); Blue value is 205 (80.47% from 255 or 39.20% from 523); Max value from RGB is 220 - color contains mainly: green. Hex color #62DCCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62DCCD is #9D2332. Grayscale: #B5B5B5. Windows color (decimal): -10298163 or 13491298. OLE color: 13491298.
HSL color Cylindrical-coordinate representation of color #62DCCD: hue angle of 172.62º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #62DCCD is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 220 | 205 | - |
| CMYK | 0.55 | 0 | 0.07 | 0.14 |
| HSL | 172.62º | 0.64% | 0.62% | - |
| HSV(B) | 172.62º | 0.55% | 0.86% | - |
| XYZ | 41.65 | 58.19 | 66.79 | - |
| YUV | 181.81 | 141.08 | 68.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 220 | 205 | 0.55 | 0 | 0.07 | 0.14 | 172.62 | 0.64 | 0.62 |
| Hex | 62 | DC | CD | 37 | 0 | 7 | E | AD | 40 | 3E |
| Octal | 142 | 334 | 315 | 67 | 0 | 7 | 16 | 255 | 100 | 76 |
| Binary | 1100010 | 11011100 | 11001101 | 110111 | 0 | 111 | 1110 | 10101101 | 1000000 | 111110 |
Color Harmonies of #62DCCD
Complementary color
Monochromatic Colors of #62DCCD
Black with #62DCCD
Text Example
Text Example
White with #62DCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62DCCD; }
p { color: rgb(98,220,205); }
H1.HeaderClassName
{
color: #62DCCD;
}
.AnyTagClassName
{
color: #62DCCD;
}
</style>
background-color css
<style>
a { background-color: #62DCCD; }
a { background-color: rgb(98,220,205); }
div.DivClassName
{
background-color: #62DCCD;
}
.BgClassName
{
background-color: #62DCCD;
}
</style>
border-color css
<style>
span { border-color: #62DCCD; }
span { border-color: rgb(98,220,205); }
td.TdClassName
{
border-color: #62DCCD;
}
.TagClassName
{
border-color: #62DCCD;
}
</style>