Shades of Downy #62ECD2
Tints of Downy #62ECD2
RGB
CMYK
RGB Variations
Color information
#62ECD2 (or 0x62ECD2) is known color: Downy. HEX triplet: 62, EC and D2. RGB value is (98,236,210). Sum of RGB (Red+Green+Blue) = 98+236+210=544 (72% of max value = 765). Red value is 98 (38.67% from 255 or 18.01% from 544); Green value is 236 (92.58% from 255 or 43.38% from 544); Blue value is 210 (82.42% from 255 or 38.60% from 544); Max value from RGB is 236 - color contains mainly: green. Hex color #62ECD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #62ECD2 is #9D132D. Grayscale: #BFBFBF. Windows color (decimal): -10294062 or 13823074. OLE color: 13823074.
HSL color Cylindrical-coordinate representation of color #62ECD2: hue angle of 168.7º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #62ECD2 is Cyan = 0.58, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 98 | 236 | 210 | - |
| CMYK | 0.58 | 0 | 0.11 | 0.07 |
| HSL | 168.7º | 0.78% | 0.65% | - |
| HSV(B) | 168.7º | 0.58% | 0.93% | - |
| XYZ | 46.67 | 67.24 | 71.49 | - |
| YUV | 191.77 | 138.28 | 61.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 236 | 210 | 0.58 | 0 | 0.11 | 0.07 | 168.7 | 0.78 | 0.65 |
| Hex | 62 | EC | D2 | 3A | 0 | B | 7 | A9 | 4E | 41 |
| Octal | 142 | 354 | 322 | 72 | 0 | 13 | 7 | 251 | 116 | 101 |
| Binary | 1100010 | 11101100 | 11010010 | 111010 | 0 | 1011 | 111 | 10101001 | 1001110 | 1000001 |
Color Harmonies of #62ECD2
Complementary color
Monochromatic Colors of #62ECD2
Black with #62ECD2
Text Example
Text Example
White with #62ECD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62ECD2; }
p { color: rgb(98,236,210); }
H1.HeaderClassName
{
color: #62ECD2;
}
.AnyTagClassName
{
color: #62ECD2;
}
</style>
background-color css
<style>
a { background-color: #62ECD2; }
a { background-color: rgb(98,236,210); }
div.DivClassName
{
background-color: #62ECD2;
}
.BgClassName
{
background-color: #62ECD2;
}
</style>
border-color css
<style>
span { border-color: #62ECD2; }
span { border-color: rgb(98,236,210); }
td.TdClassName
{
border-color: #62ECD2;
}
.TagClassName
{
border-color: #62ECD2;
}
</style>