Shades of Medium Sea Green #2AB95C
Tints of Medium Sea Green #2AB95C
RGB
CMYK
RGB Variations
Color information
#2AB95C (or 0x2AB95C) is known color: Medium Sea Green. HEX triplet: 2A, B9 and 5C. RGB value is (42,185,92). Sum of RGB (Red+Green+Blue) = 42+185+92=319 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.17% from 319); Green value is 185 (72.66% from 255 or 57.99% from 319); Blue value is 92 (36.33% from 255 or 28.84% from 319); Max value from RGB is 185 - color contains mainly: green. Hex color #2AB95C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AB95C is #D546A3. Grayscale: #838383. Windows color (decimal): -13977252 or 6076714. OLE color: 6076714.
HSL color Cylindrical-coordinate representation of color #2AB95C: hue angle of 140.98º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB95C is Cyan = 0.77, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 185 | 92 | - |
| CMYK | 0.77 | 0 | 0.50 | 0.27 |
| HSL | 140.98º | 0.63% | 0.45% | - |
| HSV(B) | 140.98º | 0.77% | 0.73% | - |
| XYZ | 20.24 | 35.96 | 16 | - |
| YUV | 131.64 | 105.62 | 64.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 185 | 92 | 0.77 | 0 | 0.50 | 0.27 | 140.98 | 0.63 | 0.45 |
| Hex | 2A | B9 | 5C | 4D | 0 | 32 | 1B | 8D | 3F | 2D |
| Octal | 52 | 271 | 134 | 115 | 0 | 62 | 33 | 215 | 77 | 55 |
| Binary | 101010 | 10111001 | 1011100 | 1001101 | 0 | 110010 | 11011 | 10001101 | 111111 | 101101 |
Color Harmonies of #2AB95C
Complementary color
Monochromatic Colors of #2AB95C
Black with #2AB95C
Text Example
Text Example
White with #2AB95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB95C; }
p { color: rgb(42,185,92); }
H1.HeaderClassName
{
color: #2AB95C;
}
.AnyTagClassName
{
color: #2AB95C;
}
</style>
background-color css
<style>
a { background-color: #2AB95C; }
a { background-color: rgb(42,185,92); }
div.DivClassName
{
background-color: #2AB95C;
}
.BgClassName
{
background-color: #2AB95C;
}
</style>
border-color css
<style>
span { border-color: #2AB95C; }
span { border-color: rgb(42,185,92); }
td.TdClassName
{
border-color: #2AB95C;
}
.TagClassName
{
border-color: #2AB95C;
}
</style>