Shades of Medium Sea Green #20BF60
Tints of Medium Sea Green #20BF60
RGB
CMYK
RGB Variations
Color information
#20BF60 (or 0x20BF60) is known color: Medium Sea Green. HEX triplet: 20, BF and 60. RGB value is (32,191,96). Sum of RGB (Red+Green+Blue) = 32+191+96=319 (42% of max value = 765). Red value is 32 (12.89% from 255 or 10.03% from 319); Green value is 191 (75% from 255 or 59.87% from 319); Blue value is 96 (37.89% from 255 or 30.09% from 319); Max value from RGB is 191 - color contains mainly: green. Hex color #20BF60 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20BF60 is #DF409F. Grayscale: #848484. Windows color (decimal): -14631072 or 6340384. OLE color: 6340384.
HSL color Cylindrical-coordinate representation of color #20BF60: hue angle of 144.15º 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 #20BF60 is Cyan = 0.83, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 191 | 96 | - |
| CMYK | 0.83 | 0 | 0.50 | 0.25 |
| HSL | 144.15º | 0.71% | 0.44% | - |
| HSV(B) | 144.15º | 0.83% | 0.75% | - |
| XYZ | 21.34 | 38.41 | 17.36 | - |
| YUV | 132.63 | 107.32 | 56.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 191 | 96 | 0.83 | 0 | 0.50 | 0.25 | 144.15 | 0.71 | 0.44 |
| Hex | 20 | BF | 60 | 53 | 0 | 32 | 19 | 90 | 47 | 2C |
| Octal | 40 | 277 | 140 | 123 | 0 | 62 | 31 | 220 | 107 | 54 |
| Binary | 100000 | 10111111 | 1100000 | 1010011 | 0 | 110010 | 11001 | 10010000 | 1000111 | 101100 |
Color Harmonies of #20BF60
Complementary color
Monochromatic Colors of #20BF60
Black with #20BF60
Text Example
Text Example
White with #20BF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BF60; }
p { color: rgb(32,191,96); }
H1.HeaderClassName
{
color: #20BF60;
}
.AnyTagClassName
{
color: #20BF60;
}
</style>
background-color css
<style>
a { background-color: #20BF60; }
a { background-color: rgb(32,191,96); }
div.DivClassName
{
background-color: #20BF60;
}
.BgClassName
{
background-color: #20BF60;
}
</style>
border-color css
<style>
span { border-color: #20BF60; }
span { border-color: rgb(32,191,96); }
td.TdClassName
{
border-color: #20BF60;
}
.TagClassName
{
border-color: #20BF60;
}
</style>