Shades of Medium Sea Green #2AB36E
Tints of Medium Sea Green #2AB36E
RGB
CMYK
RGB Variations
Color information
#2AB36E (or 0x2AB36E) is known color: Medium Sea Green. HEX triplet: 2A, B3 and 6E. RGB value is (42,179,110). Sum of RGB (Red+Green+Blue) = 42+179+110=331 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.69% from 331); Green value is 179 (70.31% from 255 or 54.08% from 331); Blue value is 110 (43.36% from 255 or 33.23% from 331); Max value from RGB is 179 - color contains mainly: green. Hex color #2AB36E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AB36E is #D54C91. Grayscale: #828282. Windows color (decimal): -13978770 or 7254826. OLE color: 7254826.
HSL color Cylindrical-coordinate representation of color #2AB36E: hue angle of 149.78º 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 #2AB36E is Cyan = 0.77, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 42 | 179 | 110 | - |
| CMYK | 0.77 | 0 | 0.39 | 0.30 |
| HSL | 149.78º | 0.62% | 0.43% | - |
| HSV(B) | 149.78º | 0.77% | 0.7% | - |
| XYZ | 19.89 | 33.86 | 20.24 | - |
| YUV | 130.17 | 116.61 | 65.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 179 | 110 | 0.77 | 0 | 0.39 | 0.30 | 149.78 | 0.62 | 0.43 |
| Hex | 2A | B3 | 6E | 4D | 0 | 27 | 1E | 96 | 3E | 2B |
| Octal | 52 | 263 | 156 | 115 | 0 | 47 | 36 | 226 | 76 | 53 |
| Binary | 101010 | 10110011 | 1101110 | 1001101 | 0 | 100111 | 11110 | 10010110 | 111110 | 101011 |
Color Harmonies of #2AB36E
Complementary color
Monochromatic Colors of #2AB36E
Black with #2AB36E
Text Example
Text Example
White with #2AB36E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB36E; }
p { color: rgb(42,179,110); }
H1.HeaderClassName
{
color: #2AB36E;
}
.AnyTagClassName
{
color: #2AB36E;
}
</style>
background-color css
<style>
a { background-color: #2AB36E; }
a { background-color: rgb(42,179,110); }
div.DivClassName
{
background-color: #2AB36E;
}
.BgClassName
{
background-color: #2AB36E;
}
</style>
border-color css
<style>
span { border-color: #2AB36E; }
span { border-color: rgb(42,179,110); }
td.TdClassName
{
border-color: #2AB36E;
}
.TagClassName
{
border-color: #2AB36E;
}
</style>