Shades of Medium Sea Green #20BF63
Tints of Medium Sea Green #20BF63
RGB
CMYK
RGB Variations
Color information
#20BF63 (or 0x20BF63) is known color: Medium Sea Green. HEX triplet: 20, BF and 63. RGB value is (32,191,99). Sum of RGB (Red+Green+Blue) = 32+191+99=322 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.94% from 322); Green value is 191 (75% from 255 or 59.32% from 322); Blue value is 99 (39.06% from 255 or 30.75% from 322); Max value from RGB is 191 - color contains mainly: green. Hex color #20BF63 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20BF63 is #DF409C. Grayscale: #858585. Windows color (decimal): -14631069 or 6536992. OLE color: 6536992.
HSL color Cylindrical-coordinate representation of color #20BF63: hue angle of 145.28º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20BF63 is Cyan = 0.83, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 191 | 99 | - |
| CMYK | 0.83 | 0 | 0.48 | 0.25 |
| HSL | 145.28º | 0.71% | 0.44% | - |
| HSV(B) | 145.28º | 0.83% | 0.75% | - |
| XYZ | 21.48 | 38.47 | 18.1 | - |
| YUV | 132.97 | 108.82 | 55.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 191 | 99 | 0.83 | 0 | 0.48 | 0.25 | 145.28 | 0.71 | 0.44 |
| Hex | 20 | BF | 63 | 53 | 0 | 30 | 19 | 91 | 47 | 2C |
| Octal | 40 | 277 | 143 | 123 | 0 | 60 | 31 | 221 | 107 | 54 |
| Binary | 100000 | 10111111 | 1100011 | 1010011 | 0 | 110000 | 11001 | 10010001 | 1000111 | 101100 |
Color Harmonies of #20BF63
Complementary color
Monochromatic Colors of #20BF63
Black with #20BF63
Text Example
Text Example
White with #20BF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BF63; }
p { color: rgb(32,191,99); }
H1.HeaderClassName
{
color: #20BF63;
}
.AnyTagClassName
{
color: #20BF63;
}
</style>
background-color css
<style>
a { background-color: #20BF63; }
a { background-color: rgb(32,191,99); }
div.DivClassName
{
background-color: #20BF63;
}
.BgClassName
{
background-color: #20BF63;
}
</style>
border-color css
<style>
span { border-color: #20BF63; }
span { border-color: rgb(32,191,99); }
td.TdClassName
{
border-color: #20BF63;
}
.TagClassName
{
border-color: #20BF63;
}
</style>