Shades of Downy #62DBCA
Tints of Downy #62DBCA
RGB
CMYK
RGB Variations
Color information
#62DBCA (or 0x62DBCA) is known color: Downy. HEX triplet: 62, DB and CA. RGB value is (98,219,202). Sum of RGB (Red+Green+Blue) = 98+219+202=519 (68% of max value = 765). Red value is 98 (38.67% from 255 or 18.88% from 519); Green value is 219 (85.94% from 255 or 42.20% from 519); Blue value is 202 (79.30% from 255 or 38.92% from 519); Max value from RGB is 219 - color contains mainly: green. Hex color #62DBCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62DBCA is #9D2435. Grayscale: #B4B4B4. Windows color (decimal): -10298422 or 13294434. OLE color: 13294434.
HSL color Cylindrical-coordinate representation of color #62DBCA: hue angle of 171.57º 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 #62DBCA is Cyan = 0.55, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 219 | 202 | - |
| CMYK | 0.55 | 0 | 0.08 | 0.14 |
| HSL | 171.57º | 0.63% | 0.62% | - |
| HSV(B) | 171.57º | 0.55% | 0.86% | - |
| XYZ | 41.03 | 57.52 | 64.82 | - |
| YUV | 180.88 | 139.91 | 68.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 219 | 202 | 0.55 | 0 | 0.08 | 0.14 | 171.57 | 0.63 | 0.62 |
| Hex | 62 | DB | CA | 37 | 0 | 8 | E | AC | 3F | 3E |
| Octal | 142 | 333 | 312 | 67 | 0 | 10 | 16 | 254 | 77 | 76 |
| Binary | 1100010 | 11011011 | 11001010 | 110111 | 0 | 1000 | 1110 | 10101100 | 111111 | 111110 |
Color Harmonies of #62DBCA
Complementary color
Monochromatic Colors of #62DBCA
Black with #62DBCA
Text Example
Text Example
White with #62DBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62DBCA; }
p { color: rgb(98,219,202); }
H1.HeaderClassName
{
color: #62DBCA;
}
.AnyTagClassName
{
color: #62DBCA;
}
</style>
background-color css
<style>
a { background-color: #62DBCA; }
a { background-color: rgb(98,219,202); }
div.DivClassName
{
background-color: #62DBCA;
}
.BgClassName
{
background-color: #62DBCA;
}
</style>
border-color css
<style>
span { border-color: #62DBCA; }
span { border-color: rgb(98,219,202); }
td.TdClassName
{
border-color: #62DBCA;
}
.TagClassName
{
border-color: #62DBCA;
}
</style>