Shades of Medium Sea Green #2BA96B
Tints of Medium Sea Green #2BA96B
RGB
CMYK
RGB Variations
Color information
#2BA96B (or 0x2BA96B) is known color: Medium Sea Green. HEX triplet: 2B, A9 and 6B. RGB value is (43,169,107). Sum of RGB (Red+Green+Blue) = 43+169+107=319 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.48% from 319); Green value is 169 (66.41% from 255 or 52.98% from 319); Blue value is 107 (42.19% from 255 or 33.54% from 319); Max value from RGB is 169 - color contains mainly: green. Hex color #2BA96B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA96B is #D45694. Grayscale: #7C7C7C. Windows color (decimal): -13915797 or 7055659. OLE color: 7055659.
HSL color Cylindrical-coordinate representation of color #2BA96B: hue angle of 150.48º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BA96B is Cyan = 0.75, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 43 | 169 | 107 | - |
| CMYK | 0.75 | 0 | 0.37 | 0.34 |
| HSL | 150.48º | 0.59% | 0.42% | - |
| HSV(B) | 150.48º | 0.75% | 0.66% | - |
| XYZ | 17.84 | 29.95 | 18.75 | - |
| YUV | 124.26 | 118.26 | 70.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 169 | 107 | 0.75 | 0 | 0.37 | 0.34 | 150.48 | 0.59 | 0.42 |
| Hex | 2B | A9 | 6B | 4B | 0 | 25 | 22 | 96 | 3B | 2A |
| Octal | 53 | 251 | 153 | 113 | 0 | 45 | 42 | 226 | 73 | 52 |
| Binary | 101011 | 10101001 | 1101011 | 1001011 | 0 | 100101 | 100010 | 10010110 | 111011 | 101010 |
Color Harmonies of #2BA96B
Complementary color
Monochromatic Colors of #2BA96B
Black with #2BA96B
Text Example
Text Example
White with #2BA96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA96B; }
p { color: rgb(43,169,107); }
H1.HeaderClassName
{
color: #2BA96B;
}
.AnyTagClassName
{
color: #2BA96B;
}
</style>
background-color css
<style>
a { background-color: #2BA96B; }
a { background-color: rgb(43,169,107); }
div.DivClassName
{
background-color: #2BA96B;
}
.BgClassName
{
background-color: #2BA96B;
}
</style>
border-color css
<style>
span { border-color: #2BA96B; }
span { border-color: rgb(43,169,107); }
td.TdClassName
{
border-color: #2BA96B;
}
.TagClassName
{
border-color: #2BA96B;
}
</style>