Shades of Medium Sea Green #2AB46C
Tints of Medium Sea Green #2AB46C
RGB
CMYK
RGB Variations
Color information
#2AB46C (or 0x2AB46C) is known color: Medium Sea Green. HEX triplet: 2A, B4 and 6C. RGB value is (42,180,108). Sum of RGB (Red+Green+Blue) = 42+180+108=330 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.73% from 330); Green value is 180 (70.70% from 255 or 54.55% from 330); Blue value is 108 (42.58% from 255 or 32.73% from 330); Max value from RGB is 180 - color contains mainly: green. Hex color #2AB46C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AB46C is #D54B93. Grayscale: #828282. Windows color (decimal): -13978516 or 7124010. OLE color: 7124010.
HSL color Cylindrical-coordinate representation of color #2AB46C: hue angle of 148.7º 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 #2AB46C is Cyan = 0.77, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 42 | 180 | 108 | - |
| CMYK | 0.77 | 0 | 0.40 | 0.29 |
| HSL | 148.7º | 0.62% | 0.44% | - |
| HSV(B) | 148.7º | 0.77% | 0.71% | - |
| XYZ | 19.98 | 34.22 | 19.74 | - |
| YUV | 130.53 | 115.28 | 64.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 180 | 108 | 0.77 | 0 | 0.40 | 0.29 | 148.7 | 0.62 | 0.44 |
| Hex | 2A | B4 | 6C | 4D | 0 | 28 | 1D | 95 | 3E | 2C |
| Octal | 52 | 264 | 154 | 115 | 0 | 50 | 35 | 225 | 76 | 54 |
| Binary | 101010 | 10110100 | 1101100 | 1001101 | 0 | 101000 | 11101 | 10010101 | 111110 | 101100 |
Color Harmonies of #2AB46C
Complementary color
Monochromatic Colors of #2AB46C
Black with #2AB46C
Text Example
Text Example
White with #2AB46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB46C; }
p { color: rgb(42,180,108); }
H1.HeaderClassName
{
color: #2AB46C;
}
.AnyTagClassName
{
color: #2AB46C;
}
</style>
background-color css
<style>
a { background-color: #2AB46C; }
a { background-color: rgb(42,180,108); }
div.DivClassName
{
background-color: #2AB46C;
}
.BgClassName
{
background-color: #2AB46C;
}
</style>
border-color css
<style>
span { border-color: #2AB46C; }
span { border-color: rgb(42,180,108); }
td.TdClassName
{
border-color: #2AB46C;
}
.TagClassName
{
border-color: #2AB46C;
}
</style>