Shades of Downy #62E3BC
Tints of Downy #62E3BC
RGB
CMYK
RGB Variations
Color information
#62E3BC (or 0x62E3BC) is known color: Downy. HEX triplet: 62, E3 and BC. RGB value is (98,227,188). Sum of RGB (Red+Green+Blue) = 98+227+188=513 (67% of max value = 765). Red value is 98 (38.67% from 255 or 19.10% from 513); Green value is 227 (89.06% from 255 or 44.25% from 513); Blue value is 188 (73.83% from 255 or 36.65% from 513); Max value from RGB is 227 - color contains mainly: green. Hex color #62E3BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62E3BC is #9D1C43. Grayscale: #B8B8B8. Windows color (decimal): -10296388 or 12378978. OLE color: 12378978.
HSL color Cylindrical-coordinate representation of color #62E3BC: hue angle of 161.86º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #62E3BC is Cyan = 0.57, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 98 | 227 | 188 | - |
| CMYK | 0.57 | 0 | 0.17 | 0.11 |
| HSL | 161.86º | 0.7% | 0.64% | - |
| HSV(B) | 161.86º | 0.57% | 0.89% | - |
| XYZ | 41.58 | 61.17 | 57.19 | - |
| YUV | 183.98 | 130.26 | 66.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 227 | 188 | 0.57 | 0 | 0.17 | 0.11 | 161.86 | 0.7 | 0.64 |
| Hex | 62 | E3 | BC | 39 | 0 | 11 | B | A2 | 46 | 40 |
| Octal | 142 | 343 | 274 | 71 | 0 | 21 | 13 | 242 | 106 | 100 |
| Binary | 1100010 | 11100011 | 10111100 | 111001 | 0 | 10001 | 1011 | 10100010 | 1000110 | 1000000 |
Color Harmonies of #62E3BC
Complementary color
Monochromatic Colors of #62E3BC
Black with #62E3BC
Text Example
Text Example
White with #62E3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62E3BC; }
p { color: rgb(98,227,188); }
H1.HeaderClassName
{
color: #62E3BC;
}
.AnyTagClassName
{
color: #62E3BC;
}
</style>
background-color css
<style>
a { background-color: #62E3BC; }
a { background-color: rgb(98,227,188); }
div.DivClassName
{
background-color: #62E3BC;
}
.BgClassName
{
background-color: #62E3BC;
}
</style>
border-color css
<style>
span { border-color: #62E3BC; }
span { border-color: rgb(98,227,188); }
td.TdClassName
{
border-color: #62E3BC;
}
.TagClassName
{
border-color: #62E3BC;
}
</style>