Shades of Medium Sea Green #2BC77A
Tints of Medium Sea Green #2BC77A
RGB
CMYK
RGB Variations
Color information
#2BC77A (or 0x2BC77A) is known color: Medium Sea Green. HEX triplet: 2B, C7 and 7A. RGB value is (43,199,122). Sum of RGB (Red+Green+Blue) = 43+199+122=364 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.81% from 364); Green value is 199 (78.12% from 255 or 54.67% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 199 - color contains mainly: green. Hex color #2BC77A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BC77A is #D43885. Grayscale: #8F8F8F. Windows color (decimal): -13908102 or 8046379. OLE color: 8046379.
HSL color Cylindrical-coordinate representation of color #2BC77A: hue angle of 150.38º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BC77A is Cyan = 0.78, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 43 | 199 | 122 | - |
| CMYK | 0.78 | 0 | 0.39 | 0.22 |
| HSL | 150.38º | 0.64% | 0.47% | - |
| HSV(B) | 150.38º | 0.78% | 0.78% | - |
| XYZ | 24.93 | 42.77 | 25.35 | - |
| YUV | 143.58 | 115.82 | 56.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 199 | 122 | 0.78 | 0 | 0.39 | 0.22 | 150.38 | 0.64 | 0.47 |
| Hex | 2B | C7 | 7A | 4E | 0 | 27 | 16 | 96 | 40 | 2F |
| Octal | 53 | 307 | 172 | 116 | 0 | 47 | 26 | 226 | 100 | 57 |
| Binary | 101011 | 11000111 | 1111010 | 1001110 | 0 | 100111 | 10110 | 10010110 | 1000000 | 101111 |
Color Harmonies of #2BC77A
Complementary color
Monochromatic Colors of #2BC77A
Black with #2BC77A
Text Example
Text Example
White with #2BC77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC77A; }
p { color: rgb(43,199,122); }
H1.HeaderClassName
{
color: #2BC77A;
}
.AnyTagClassName
{
color: #2BC77A;
}
</style>
background-color css
<style>
a { background-color: #2BC77A; }
a { background-color: rgb(43,199,122); }
div.DivClassName
{
background-color: #2BC77A;
}
.BgClassName
{
background-color: #2BC77A;
}
</style>
border-color css
<style>
span { border-color: #2BC77A; }
span { border-color: rgb(43,199,122); }
td.TdClassName
{
border-color: #2BC77A;
}
.TagClassName
{
border-color: #2BC77A;
}
</style>