Shades of Medium Sea Green #2BA96D
Tints of Medium Sea Green #2BA96D
RGB
CMYK
RGB Variations
Color information
#2BA96D (or 0x2BA96D) is known color: Medium Sea Green. HEX triplet: 2B, A9 and 6D. RGB value is (43,169,109). Sum of RGB (Red+Green+Blue) = 43+169+109=321 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.40% from 321); Green value is 169 (66.41% from 255 or 52.65% from 321); Blue value is 109 (42.97% from 255 or 33.96% from 321); Max value from RGB is 169 - color contains mainly: green. Hex color #2BA96D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA96D is #D45692. Grayscale: #7C7C7C. Windows color (decimal): -13915795 or 7186731. OLE color: 7186731.
HSL color Cylindrical-coordinate representation of color #2BA96D: hue angle of 151.43º 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 #2BA96D is Cyan = 0.75, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 43 | 169 | 109 | - |
| CMYK | 0.75 | 0 | 0.36 | 0.34 |
| HSL | 151.43º | 0.59% | 0.42% | - |
| HSV(B) | 151.43º | 0.75% | 0.66% | - |
| XYZ | 17.94 | 29.99 | 19.31 | - |
| YUV | 124.49 | 119.26 | 69.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 169 | 109 | 0.75 | 0 | 0.36 | 0.34 | 151.43 | 0.59 | 0.42 |
| Hex | 2B | A9 | 6D | 4B | 0 | 24 | 22 | 97 | 3B | 2A |
| Octal | 53 | 251 | 155 | 113 | 0 | 44 | 42 | 227 | 73 | 52 |
| Binary | 101011 | 10101001 | 1101101 | 1001011 | 0 | 100100 | 100010 | 10010111 | 111011 | 101010 |
Color Harmonies of #2BA96D
Complementary color
Monochromatic Colors of #2BA96D
Black with #2BA96D
Text Example
Text Example
White with #2BA96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA96D; }
p { color: rgb(43,169,109); }
H1.HeaderClassName
{
color: #2BA96D;
}
.AnyTagClassName
{
color: #2BA96D;
}
</style>
background-color css
<style>
a { background-color: #2BA96D; }
a { background-color: rgb(43,169,109); }
div.DivClassName
{
background-color: #2BA96D;
}
.BgClassName
{
background-color: #2BA96D;
}
</style>
border-color css
<style>
span { border-color: #2BA96D; }
span { border-color: rgb(43,169,109); }
td.TdClassName
{
border-color: #2BA96D;
}
.TagClassName
{
border-color: #2BA96D;
}
</style>