Shades of Medium Sea Green #2AB36A
Tints of Medium Sea Green #2AB36A
RGB
CMYK
RGB Variations
Color information
#2AB36A (or 0x2AB36A) is known color: Medium Sea Green. HEX triplet: 2A, B3 and 6A. RGB value is (42,179,106). Sum of RGB (Red+Green+Blue) = 42+179+106=327 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.84% from 327); Green value is 179 (70.31% from 255 or 54.74% from 327); Blue value is 106 (41.80% from 255 or 32.42% from 327); Max value from RGB is 179 - color contains mainly: green. Hex color #2AB36A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AB36A is #D54C95. Grayscale: #818181. Windows color (decimal): -13978774 or 6992682. OLE color: 6992682.
HSL color Cylindrical-coordinate representation of color #2AB36A: hue angle of 148.03º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB36A is Cyan = 0.77, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 42 | 179 | 106 | - |
| CMYK | 0.77 | 0 | 0.41 | 0.30 |
| HSL | 148.03º | 0.62% | 0.43% | - |
| HSV(B) | 148.03º | 0.77% | 0.7% | - |
| XYZ | 19.68 | 33.77 | 19.12 | - |
| YUV | 129.72 | 114.61 | 65.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 179 | 106 | 0.77 | 0 | 0.41 | 0.30 | 148.03 | 0.62 | 0.43 |
| Hex | 2A | B3 | 6A | 4D | 0 | 29 | 1E | 94 | 3E | 2B |
| Octal | 52 | 263 | 152 | 115 | 0 | 51 | 36 | 224 | 76 | 53 |
| Binary | 101010 | 10110011 | 1101010 | 1001101 | 0 | 101001 | 11110 | 10010100 | 111110 | 101011 |
Color Harmonies of #2AB36A
Complementary color
Monochromatic Colors of #2AB36A
Black with #2AB36A
Text Example
Text Example
White with #2AB36A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB36A; }
p { color: rgb(42,179,106); }
H1.HeaderClassName
{
color: #2AB36A;
}
.AnyTagClassName
{
color: #2AB36A;
}
</style>
background-color css
<style>
a { background-color: #2AB36A; }
a { background-color: rgb(42,179,106); }
div.DivClassName
{
background-color: #2AB36A;
}
.BgClassName
{
background-color: #2AB36A;
}
</style>
border-color css
<style>
span { border-color: #2AB36A; }
span { border-color: rgb(42,179,106); }
td.TdClassName
{
border-color: #2AB36A;
}
.TagClassName
{
border-color: #2AB36A;
}
</style>