Shades of Downy #62F0BC
Tints of Downy #62F0BC
RGB
CMYK
RGB Variations
Color information
#62F0BC (or 0x62F0BC) is known color: Downy. HEX triplet: 62, F0 and BC. RGB value is (98,240,188). Sum of RGB (Red+Green+Blue) = 98+240+188=526 (69% of max value = 765). Red value is 98 (38.67% from 255 or 18.63% from 526); Green value is 240 (94.14% from 255 or 45.63% from 526); Blue value is 188 (73.83% from 255 or 35.74% from 526); Max value from RGB is 240 - color contains mainly: green. Hex color #62F0BC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #62F0BC is #9D0F43. Grayscale: #BFBFBF. Windows color (decimal): -10293060 or 12382306. OLE color: 12382306.
HSL color Cylindrical-coordinate representation of color #62F0BC: hue angle of 158.03º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #62F0BC is Cyan = 0.59, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 98 | 240 | 188 | - |
| CMYK | 0.59 | 0 | 0.22 | 0.06 |
| HSL | 158.03º | 0.83% | 0.66% | - |
| HSV(B) | 158.03º | 0.59% | 0.94% | - |
| XYZ | 45.27 | 68.55 | 58.42 | - |
| YUV | 191.61 | 125.96 | 61.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 240 | 188 | 0.59 | 0 | 0.22 | 0.06 | 158.03 | 0.83 | 0.66 |
| Hex | 62 | F0 | BC | 3B | 0 | 16 | 6 | 9E | 53 | 42 |
| Octal | 142 | 360 | 274 | 73 | 0 | 26 | 6 | 236 | 123 | 102 |
| Binary | 1100010 | 11110000 | 10111100 | 111011 | 0 | 10110 | 110 | 10011110 | 1010011 | 1000010 |
Color Harmonies of #62F0BC
Complementary color
Monochromatic Colors of #62F0BC
Black with #62F0BC
Text Example
Text Example
White with #62F0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62F0BC; }
p { color: rgb(98,240,188); }
H1.HeaderClassName
{
color: #62F0BC;
}
.AnyTagClassName
{
color: #62F0BC;
}
</style>
background-color css
<style>
a { background-color: #62F0BC; }
a { background-color: rgb(98,240,188); }
div.DivClassName
{
background-color: #62F0BC;
}
.BgClassName
{
background-color: #62F0BC;
}
</style>
border-color css
<style>
span { border-color: #62F0BC; }
span { border-color: rgb(98,240,188); }
td.TdClassName
{
border-color: #62F0BC;
}
.TagClassName
{
border-color: #62F0BC;
}
</style>