Shades of Medium Sea Green #2AB46D
Tints of Medium Sea Green #2AB46D
RGB
CMYK
RGB Variations
Color information
#2AB46D (or 0x2AB46D) is known color: Medium Sea Green. HEX triplet: 2A, B4 and 6D. RGB value is (42,180,109). Sum of RGB (Red+Green+Blue) = 42+180+109=331 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.69% from 331); Green value is 180 (70.70% from 255 or 54.38% from 331); Blue value is 109 (42.97% from 255 or 32.93% from 331); Max value from RGB is 180 - color contains mainly: green. Hex color #2AB46D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AB46D is #D54B92. Grayscale: #828282. Windows color (decimal): -13978515 or 7189546. OLE color: 7189546.
HSL color Cylindrical-coordinate representation of color #2AB46D: hue angle of 149.13º 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 #2AB46D is Cyan = 0.77, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 42 | 180 | 109 | - |
| CMYK | 0.77 | 0 | 0.39 | 0.29 |
| HSL | 149.13º | 0.62% | 0.44% | - |
| HSV(B) | 149.13º | 0.77% | 0.71% | - |
| XYZ | 20.04 | 34.24 | 20.02 | - |
| YUV | 130.64 | 115.78 | 64.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 180 | 109 | 0.77 | 0 | 0.39 | 0.29 | 149.13 | 0.62 | 0.44 |
| Hex | 2A | B4 | 6D | 4D | 0 | 27 | 1D | 95 | 3E | 2C |
| Octal | 52 | 264 | 155 | 115 | 0 | 47 | 35 | 225 | 76 | 54 |
| Binary | 101010 | 10110100 | 1101101 | 1001101 | 0 | 100111 | 11101 | 10010101 | 111110 | 101100 |
Color Harmonies of #2AB46D
Complementary color
Monochromatic Colors of #2AB46D
Black with #2AB46D
Text Example
Text Example
White with #2AB46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB46D; }
p { color: rgb(42,180,109); }
H1.HeaderClassName
{
color: #2AB46D;
}
.AnyTagClassName
{
color: #2AB46D;
}
</style>
background-color css
<style>
a { background-color: #2AB46D; }
a { background-color: rgb(42,180,109); }
div.DivClassName
{
background-color: #2AB46D;
}
.BgClassName
{
background-color: #2AB46D;
}
</style>
border-color css
<style>
span { border-color: #2AB46D; }
span { border-color: rgb(42,180,109); }
td.TdClassName
{
border-color: #2AB46D;
}
.TagClassName
{
border-color: #2AB46D;
}
</style>