Shades of Medium Sea Green #2AB36C
Tints of Medium Sea Green #2AB36C
RGB
CMYK
RGB Variations
Color information
#2AB36C (or 0x2AB36C) is known color: Medium Sea Green. HEX triplet: 2A, B3 and 6C. RGB value is (42,179,108). Sum of RGB (Red+Green+Blue) = 42+179+108=329 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.77% from 329); Green value is 179 (70.31% from 255 or 54.41% from 329); Blue value is 108 (42.58% from 255 or 32.83% from 329); Max value from RGB is 179 - color contains mainly: green. Hex color #2AB36C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AB36C is #D54C93. Grayscale: #828282. Windows color (decimal): -13978772 or 7123754. OLE color: 7123754.
HSL color Cylindrical-coordinate representation of color #2AB36C: hue angle of 148.91º 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 #2AB36C is Cyan = 0.77, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 42 | 179 | 108 | - |
| CMYK | 0.77 | 0 | 0.40 | 0.30 |
| HSL | 148.91º | 0.62% | 0.43% | - |
| HSV(B) | 148.91º | 0.77% | 0.7% | - |
| XYZ | 19.78 | 33.82 | 19.67 | - |
| YUV | 129.94 | 115.61 | 65.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 179 | 108 | 0.77 | 0 | 0.40 | 0.30 | 148.91 | 0.62 | 0.43 |
| Hex | 2A | B3 | 6C | 4D | 0 | 28 | 1E | 95 | 3E | 2B |
| Octal | 52 | 263 | 154 | 115 | 0 | 50 | 36 | 225 | 76 | 53 |
| Binary | 101010 | 10110011 | 1101100 | 1001101 | 0 | 101000 | 11110 | 10010101 | 111110 | 101011 |
Color Harmonies of #2AB36C
Complementary color
Monochromatic Colors of #2AB36C
Black with #2AB36C
Text Example
Text Example
White with #2AB36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB36C; }
p { color: rgb(42,179,108); }
H1.HeaderClassName
{
color: #2AB36C;
}
.AnyTagClassName
{
color: #2AB36C;
}
</style>
background-color css
<style>
a { background-color: #2AB36C; }
a { background-color: rgb(42,179,108); }
div.DivClassName
{
background-color: #2AB36C;
}
.BgClassName
{
background-color: #2AB36C;
}
</style>
border-color css
<style>
span { border-color: #2AB36C; }
span { border-color: rgb(42,179,108); }
td.TdClassName
{
border-color: #2AB36C;
}
.TagClassName
{
border-color: #2AB36C;
}
</style>