Shades of Downy #62DCCB
Tints of Downy #62DCCB
RGB
CMYK
RGB Variations
Color information
#62DCCB (or 0x62DCCB) is known color: Downy. HEX triplet: 62, DC and CB. RGB value is (98,220,203). Sum of RGB (Red+Green+Blue) = 98+220+203=521 (69% of max value = 765). Red value is 98 (38.67% from 255 or 18.81% from 521); Green value is 220 (86.33% from 255 or 42.23% from 521); Blue value is 203 (79.69% from 255 or 38.96% from 521); Max value from RGB is 220 - color contains mainly: green. Hex color #62DCCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62DCCB is #9D2334. Grayscale: #B5B5B5. Windows color (decimal): -10298165 or 13360226. OLE color: 13360226.
HSL color Cylindrical-coordinate representation of color #62DCCB: hue angle of 171.64º 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 #62DCCB is Cyan = 0.55, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 220 | 203 | - |
| CMYK | 0.55 | 0 | 0.08 | 0.14 |
| HSL | 171.64º | 0.64% | 0.62% | - |
| HSV(B) | 171.64º | 0.55% | 0.86% | - |
| XYZ | 41.41 | 58.09 | 65.53 | - |
| YUV | 181.58 | 140.08 | 68.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 220 | 203 | 0.55 | 0 | 0.08 | 0.14 | 171.64 | 0.64 | 0.62 |
| Hex | 62 | DC | CB | 37 | 0 | 8 | E | AC | 40 | 3E |
| Octal | 142 | 334 | 313 | 67 | 0 | 10 | 16 | 254 | 100 | 76 |
| Binary | 1100010 | 11011100 | 11001011 | 110111 | 0 | 1000 | 1110 | 10101100 | 1000000 | 111110 |
Color Harmonies of #62DCCB
Complementary color
Monochromatic Colors of #62DCCB
Black with #62DCCB
Text Example
Text Example
White with #62DCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62DCCB; }
p { color: rgb(98,220,203); }
H1.HeaderClassName
{
color: #62DCCB;
}
.AnyTagClassName
{
color: #62DCCB;
}
</style>
background-color css
<style>
a { background-color: #62DCCB; }
a { background-color: rgb(98,220,203); }
div.DivClassName
{
background-color: #62DCCB;
}
.BgClassName
{
background-color: #62DCCB;
}
</style>
border-color css
<style>
span { border-color: #62DCCB; }
span { border-color: rgb(98,220,203); }
td.TdClassName
{
border-color: #62DCCB;
}
.TagClassName
{
border-color: #62DCCB;
}
</style>