Shades of Medium Sea Green #2AB56C
Tints of Medium Sea Green #2AB56C
RGB
CMYK
RGB Variations
Color information
#2AB56C (or 0x2AB56C) is known color: Medium Sea Green. HEX triplet: 2A, B5 and 6C. RGB value is (42,181,108). Sum of RGB (Red+Green+Blue) = 42+181+108=331 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.69% from 331); Green value is 181 (71.09% from 255 or 54.68% from 331); Blue value is 108 (42.58% from 255 or 32.63% from 331); Max value from RGB is 181 - color contains mainly: green. Hex color #2AB56C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AB56C is #D54A93. Grayscale: #838383. Windows color (decimal): -13978260 or 7124266. OLE color: 7124266.
HSL color Cylindrical-coordinate representation of color #2AB56C: hue angle of 148.49º 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 #2AB56C is Cyan = 0.77, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 42 | 181 | 108 | - |
| CMYK | 0.77 | 0 | 0.40 | 0.29 |
| HSL | 148.49º | 0.62% | 0.44% | - |
| HSV(B) | 148.49º | 0.77% | 0.71% | - |
| XYZ | 20.19 | 34.62 | 19.81 | - |
| YUV | 131.12 | 114.95 | 64.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 181 | 108 | 0.77 | 0 | 0.40 | 0.29 | 148.49 | 0.62 | 0.44 |
| Hex | 2A | B5 | 6C | 4D | 0 | 28 | 1D | 94 | 3E | 2C |
| Octal | 52 | 265 | 154 | 115 | 0 | 50 | 35 | 224 | 76 | 54 |
| Binary | 101010 | 10110101 | 1101100 | 1001101 | 0 | 101000 | 11101 | 10010100 | 111110 | 101100 |
Color Harmonies of #2AB56C
Complementary color
Monochromatic Colors of #2AB56C
Black with #2AB56C
Text Example
Text Example
White with #2AB56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB56C; }
p { color: rgb(42,181,108); }
H1.HeaderClassName
{
color: #2AB56C;
}
.AnyTagClassName
{
color: #2AB56C;
}
</style>
background-color css
<style>
a { background-color: #2AB56C; }
a { background-color: rgb(42,181,108); }
div.DivClassName
{
background-color: #2AB56C;
}
.BgClassName
{
background-color: #2AB56C;
}
</style>
border-color css
<style>
span { border-color: #2AB56C; }
span { border-color: rgb(42,181,108); }
td.TdClassName
{
border-color: #2AB56C;
}
.TagClassName
{
border-color: #2AB56C;
}
</style>