Shades of Medium Sea Green #2AB56B
Tints of Medium Sea Green #2AB56B
RGB
CMYK
RGB Variations
Color information
#2AB56B (or 0x2AB56B) is known color: Medium Sea Green. HEX triplet: 2A, B5 and 6B. RGB value is (42,181,107). Sum of RGB (Red+Green+Blue) = 42+181+107=330 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.73% from 330); Green value is 181 (71.09% from 255 or 54.85% from 330); Blue value is 107 (42.19% from 255 or 32.42% from 330); Max value from RGB is 181 - color contains mainly: green. Hex color #2AB56B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AB56B is #D54A94. Grayscale: #838383. Windows color (decimal): -13978261 or 7058730. OLE color: 7058730.
HSL color Cylindrical-coordinate representation of color #2AB56B: hue angle of 148.06º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB56B is Cyan = 0.77, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 42 | 181 | 107 | - |
| CMYK | 0.77 | 0 | 0.41 | 0.29 |
| HSL | 148.06º | 0.62% | 0.44% | - |
| HSV(B) | 148.06º | 0.77% | 0.71% | - |
| XYZ | 20.13 | 34.6 | 19.53 | - |
| YUV | 131 | 114.45 | 64.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 181 | 107 | 0.77 | 0 | 0.41 | 0.29 | 148.06 | 0.62 | 0.44 |
| Hex | 2A | B5 | 6B | 4D | 0 | 29 | 1D | 94 | 3E | 2C |
| Octal | 52 | 265 | 153 | 115 | 0 | 51 | 35 | 224 | 76 | 54 |
| Binary | 101010 | 10110101 | 1101011 | 1001101 | 0 | 101001 | 11101 | 10010100 | 111110 | 101100 |
Color Harmonies of #2AB56B
Complementary color
Monochromatic Colors of #2AB56B
Black with #2AB56B
Text Example
Text Example
White with #2AB56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB56B; }
p { color: rgb(42,181,107); }
H1.HeaderClassName
{
color: #2AB56B;
}
.AnyTagClassName
{
color: #2AB56B;
}
</style>
background-color css
<style>
a { background-color: #2AB56B; }
a { background-color: rgb(42,181,107); }
div.DivClassName
{
background-color: #2AB56B;
}
.BgClassName
{
background-color: #2AB56B;
}
</style>
border-color css
<style>
span { border-color: #2AB56B; }
span { border-color: rgb(42,181,107); }
td.TdClassName
{
border-color: #2AB56B;
}
.TagClassName
{
border-color: #2AB56B;
}
</style>