Shades of Medium Sea Green #2AB76B
Tints of Medium Sea Green #2AB76B
RGB
CMYK
RGB Variations
Color information
#2AB76B (or 0x2AB76B) is known color: Medium Sea Green. HEX triplet: 2A, B7 and 6B. RGB value is (42,183,107). Sum of RGB (Red+Green+Blue) = 42+183+107=332 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.65% from 332); Green value is 183 (71.88% from 255 or 55.12% from 332); Blue value is 107 (42.19% from 255 or 32.23% from 332); Max value from RGB is 183 - color contains mainly: green. Hex color #2AB76B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AB76B is #D54894. Grayscale: #848484. Windows color (decimal): -13977749 or 7059242. OLE color: 7059242.
HSL color Cylindrical-coordinate representation of color #2AB76B: hue angle of 147.66º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB76B is Cyan = 0.77, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 42 | 183 | 107 | - |
| CMYK | 0.77 | 0 | 0.42 | 0.28 |
| HSL | 147.66º | 0.63% | 0.44% | - |
| HSV(B) | 147.66º | 0.77% | 0.72% | - |
| XYZ | 20.54 | 35.42 | 19.66 | - |
| YUV | 132.18 | 113.79 | 63.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 183 | 107 | 0.77 | 0 | 0.42 | 0.28 | 147.66 | 0.63 | 0.44 |
| Hex | 2A | B7 | 6B | 4D | 0 | 2A | 1C | 94 | 3F | 2C |
| Octal | 52 | 267 | 153 | 115 | 0 | 52 | 34 | 224 | 77 | 54 |
| Binary | 101010 | 10110111 | 1101011 | 1001101 | 0 | 101010 | 11100 | 10010100 | 111111 | 101100 |
Color Harmonies of #2AB76B
Complementary color
Monochromatic Colors of #2AB76B
Black with #2AB76B
Text Example
Text Example
White with #2AB76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB76B; }
p { color: rgb(42,183,107); }
H1.HeaderClassName
{
color: #2AB76B;
}
.AnyTagClassName
{
color: #2AB76B;
}
</style>
background-color css
<style>
a { background-color: #2AB76B; }
a { background-color: rgb(42,183,107); }
div.DivClassName
{
background-color: #2AB76B;
}
.BgClassName
{
background-color: #2AB76B;
}
</style>
border-color css
<style>
span { border-color: #2AB76B; }
span { border-color: rgb(42,183,107); }
td.TdClassName
{
border-color: #2AB76B;
}
.TagClassName
{
border-color: #2AB76B;
}
</style>