Shades of Medium Sea Green #2BAE6D
Tints of Medium Sea Green #2BAE6D
RGB
CMYK
RGB Variations
Color information
#2BAE6D (or 0x2BAE6D) is known color: Medium Sea Green. HEX triplet: 2B, AE and 6D. RGB value is (43,174,109). Sum of RGB (Red+Green+Blue) = 43+174+109=326 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.19% from 326); Green value is 174 (68.36% from 255 or 53.37% from 326); Blue value is 109 (42.97% from 255 or 33.44% from 326); Max value from RGB is 174 - color contains mainly: green. Hex color #2BAE6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BAE6D is #D45192. Grayscale: #7F7F7F. Windows color (decimal): -13914515 or 7188011. OLE color: 7188011.
HSL color Cylindrical-coordinate representation of color #2BAE6D: hue angle of 150.23º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BAE6D is Cyan = 0.75, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 43 | 174 | 109 | - |
| CMYK | 0.75 | 0 | 0.37 | 0.32 |
| HSL | 150.23º | 0.6% | 0.43% | - |
| HSV(B) | 150.23º | 0.75% | 0.68% | - |
| XYZ | 18.89 | 31.89 | 19.63 | - |
| YUV | 127.42 | 117.6 | 67.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 174 | 109 | 0.75 | 0 | 0.37 | 0.32 | 150.23 | 0.6 | 0.43 |
| Hex | 2B | AE | 6D | 4B | 0 | 25 | 20 | 96 | 3C | 2B |
| Octal | 53 | 256 | 155 | 113 | 0 | 45 | 40 | 226 | 74 | 53 |
| Binary | 101011 | 10101110 | 1101101 | 1001011 | 0 | 100101 | 100000 | 10010110 | 111100 | 101011 |
Color Harmonies of #2BAE6D
Complementary color
Monochromatic Colors of #2BAE6D
Black with #2BAE6D
Text Example
Text Example
White with #2BAE6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAE6D; }
p { color: rgb(43,174,109); }
H1.HeaderClassName
{
color: #2BAE6D;
}
.AnyTagClassName
{
color: #2BAE6D;
}
</style>
background-color css
<style>
a { background-color: #2BAE6D; }
a { background-color: rgb(43,174,109); }
div.DivClassName
{
background-color: #2BAE6D;
}
.BgClassName
{
background-color: #2BAE6D;
}
</style>
border-color css
<style>
span { border-color: #2BAE6D; }
span { border-color: rgb(43,174,109); }
td.TdClassName
{
border-color: #2BAE6D;
}
.TagClassName
{
border-color: #2BAE6D;
}
</style>