Shades of Downy #62DCCC
Tints of Downy #62DCCC
RGB
CMYK
RGB Variations
Color information
#62DCCC (or 0x62DCCC) is known color: Downy. HEX triplet: 62, DC and CC. RGB value is (98,220,204). Sum of RGB (Red+Green+Blue) = 98+220+204=522 (69% of max value = 765). Red value is 98 (38.67% from 255 or 18.77% from 522); Green value is 220 (86.33% from 255 or 42.15% from 522); Blue value is 204 (80.08% from 255 or 39.08% from 522); Max value from RGB is 220 - color contains mainly: green. Hex color #62DCCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62DCCC is #9D2333. Grayscale: #B5B5B5. Windows color (decimal): -10298164 or 13425762. OLE color: 13425762.
HSL color Cylindrical-coordinate representation of color #62DCCC: hue angle of 172.13º 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 #62DCCC is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 220 | 204 | - |
| CMYK | 0.55 | 0 | 0.07 | 0.14 |
| HSL | 172.13º | 0.64% | 0.62% | - |
| HSV(B) | 172.13º | 0.55% | 0.86% | - |
| XYZ | 41.53 | 58.14 | 66.16 | - |
| YUV | 181.7 | 140.58 | 68.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 220 | 204 | 0.55 | 0 | 0.07 | 0.14 | 172.13 | 0.64 | 0.62 |
| Hex | 62 | DC | CC | 37 | 0 | 7 | E | AC | 40 | 3E |
| Octal | 142 | 334 | 314 | 67 | 0 | 7 | 16 | 254 | 100 | 76 |
| Binary | 1100010 | 11011100 | 11001100 | 110111 | 0 | 111 | 1110 | 10101100 | 1000000 | 111110 |
Color Harmonies of #62DCCC
Complementary color
Monochromatic Colors of #62DCCC
Black with #62DCCC
Text Example
Text Example
White with #62DCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62DCCC; }
p { color: rgb(98,220,204); }
H1.HeaderClassName
{
color: #62DCCC;
}
.AnyTagClassName
{
color: #62DCCC;
}
</style>
background-color css
<style>
a { background-color: #62DCCC; }
a { background-color: rgb(98,220,204); }
div.DivClassName
{
background-color: #62DCCC;
}
.BgClassName
{
background-color: #62DCCC;
}
</style>
border-color css
<style>
span { border-color: #62DCCC; }
span { border-color: rgb(98,220,204); }
td.TdClassName
{
border-color: #62DCCC;
}
.TagClassName
{
border-color: #62DCCC;
}
</style>