Shades of Medium Sea Green #2AB36B
Tints of Medium Sea Green #2AB36B
RGB
CMYK
RGB Variations
Color information
#2AB36B (or 0x2AB36B) is known color: Medium Sea Green. HEX triplet: 2A, B3 and 6B. RGB value is (42,179,107). Sum of RGB (Red+Green+Blue) = 42+179+107=328 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.80% from 328); Green value is 179 (70.31% from 255 or 54.57% from 328); Blue value is 107 (42.19% from 255 or 32.62% from 328); Max value from RGB is 179 - color contains mainly: green. Hex color #2AB36B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AB36B is #D54C94. Grayscale: #818181. Windows color (decimal): -13978773 or 7058218. OLE color: 7058218.
HSL color Cylindrical-coordinate representation of color #2AB36B: hue angle of 148.47º 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 #2AB36B is Cyan = 0.77, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 42 | 179 | 107 | - |
| CMYK | 0.77 | 0 | 0.40 | 0.30 |
| HSL | 148.47º | 0.62% | 0.43% | - |
| HSV(B) | 148.47º | 0.77% | 0.7% | - |
| XYZ | 19.73 | 33.79 | 19.39 | - |
| YUV | 129.83 | 115.11 | 65.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 179 | 107 | 0.77 | 0 | 0.40 | 0.30 | 148.47 | 0.62 | 0.43 |
| Hex | 2A | B3 | 6B | 4D | 0 | 28 | 1E | 94 | 3E | 2B |
| Octal | 52 | 263 | 153 | 115 | 0 | 50 | 36 | 224 | 76 | 53 |
| Binary | 101010 | 10110011 | 1101011 | 1001101 | 0 | 101000 | 11110 | 10010100 | 111110 | 101011 |
Color Harmonies of #2AB36B
Complementary color
Monochromatic Colors of #2AB36B
Black with #2AB36B
Text Example
Text Example
White with #2AB36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB36B; }
p { color: rgb(42,179,107); }
H1.HeaderClassName
{
color: #2AB36B;
}
.AnyTagClassName
{
color: #2AB36B;
}
</style>
background-color css
<style>
a { background-color: #2AB36B; }
a { background-color: rgb(42,179,107); }
div.DivClassName
{
background-color: #2AB36B;
}
.BgClassName
{
background-color: #2AB36B;
}
</style>
border-color css
<style>
span { border-color: #2AB36B; }
span { border-color: rgb(42,179,107); }
td.TdClassName
{
border-color: #2AB36B;
}
.TagClassName
{
border-color: #2AB36B;
}
</style>