Shades of Downy #62DBBC
Tints of Downy #62DBBC
RGB
CMYK
RGB Variations
Color information
#62DBBC (or 0x62DBBC) is known color: Downy. HEX triplet: 62, DB and BC. RGB value is (98,219,188). Sum of RGB (Red+Green+Blue) = 98+219+188=505 (66% of max value = 765). Red value is 98 (38.67% from 255 or 19.41% from 505); Green value is 219 (85.94% from 255 or 43.37% from 505); Blue value is 188 (73.83% from 255 or 37.23% from 505); Max value from RGB is 219 - color contains mainly: green. Hex color #62DBBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62DBBC is #9D2443. Grayscale: #B3B3B3. Windows color (decimal): -10298436 or 12376930. OLE color: 12376930.
HSL color Cylindrical-coordinate representation of color #62DBBC: hue angle of 164.63º degrees, saturation: 0.63, 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 #62DBBC is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 219 | 188 | - |
| CMYK | 0.55 | 0 | 0.14 | 0.14 |
| HSL | 164.63º | 0.63% | 0.62% | - |
| HSV(B) | 164.63º | 0.55% | 0.86% | - |
| XYZ | 39.45 | 56.89 | 56.48 | - |
| YUV | 179.29 | 132.91 | 70.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 219 | 188 | 0.55 | 0 | 0.14 | 0.14 | 164.63 | 0.63 | 0.62 |
| Hex | 62 | DB | BC | 37 | 0 | E | E | A5 | 3F | 3E |
| Octal | 142 | 333 | 274 | 67 | 0 | 16 | 16 | 245 | 77 | 76 |
| Binary | 1100010 | 11011011 | 10111100 | 110111 | 0 | 1110 | 1110 | 10100101 | 111111 | 111110 |
Color Harmonies of #62DBBC
Complementary color
Monochromatic Colors of #62DBBC
Black with #62DBBC
Text Example
Text Example
White with #62DBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62DBBC; }
p { color: rgb(98,219,188); }
H1.HeaderClassName
{
color: #62DBBC;
}
.AnyTagClassName
{
color: #62DBBC;
}
</style>
background-color css
<style>
a { background-color: #62DBBC; }
a { background-color: rgb(98,219,188); }
div.DivClassName
{
background-color: #62DBBC;
}
.BgClassName
{
background-color: #62DBBC;
}
</style>
border-color css
<style>
span { border-color: #62DBBC; }
span { border-color: rgb(98,219,188); }
td.TdClassName
{
border-color: #62DBBC;
}
.TagClassName
{
border-color: #62DBBC;
}
</style>