Shades of Medium Sea Green #2AB75A
Tints of Medium Sea Green #2AB75A
RGB
CMYK
RGB Variations
Color information
#2AB75A (or 0x2AB75A) is known color: Medium Sea Green. HEX triplet: 2A, B7 and 5A. RGB value is (42,183,90). Sum of RGB (Red+Green+Blue) = 42+183+90=315 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.33% from 315); Green value is 183 (71.88% from 255 or 58.10% from 315); Blue value is 90 (35.55% from 255 or 28.57% from 315); Max value from RGB is 183 - color contains mainly: green. Hex color #2AB75A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AB75A is #D548A5. Grayscale: #828282. Windows color (decimal): -13977766 or 5945130. OLE color: 5945130.
HSL color Cylindrical-coordinate representation of color #2AB75A: hue angle of 140.43º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB75A is Cyan = 0.77, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 42 | 183 | 90 | - |
| CMYK | 0.77 | 0 | 0.51 | 0.28 |
| HSL | 140.43º | 0.63% | 0.44% | - |
| HSV(B) | 140.43º | 0.77% | 0.72% | - |
| XYZ | 19.73 | 35.1 | 15.41 | - |
| YUV | 130.24 | 105.29 | 65.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 183 | 90 | 0.77 | 0 | 0.51 | 0.28 | 140.43 | 0.63 | 0.44 |
| Hex | 2A | B7 | 5A | 4D | 0 | 33 | 1C | 8C | 3F | 2C |
| Octal | 52 | 267 | 132 | 115 | 0 | 63 | 34 | 214 | 77 | 54 |
| Binary | 101010 | 10110111 | 1011010 | 1001101 | 0 | 110011 | 11100 | 10001100 | 111111 | 101100 |
Color Harmonies of #2AB75A
Complementary color
Monochromatic Colors of #2AB75A
Black with #2AB75A
Text Example
Text Example
White with #2AB75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB75A; }
p { color: rgb(42,183,90); }
H1.HeaderClassName
{
color: #2AB75A;
}
.AnyTagClassName
{
color: #2AB75A;
}
</style>
background-color css
<style>
a { background-color: #2AB75A; }
a { background-color: rgb(42,183,90); }
div.DivClassName
{
background-color: #2AB75A;
}
.BgClassName
{
background-color: #2AB75A;
}
</style>
border-color css
<style>
span { border-color: #2AB75A; }
span { border-color: rgb(42,183,90); }
td.TdClassName
{
border-color: #2AB75A;
}
.TagClassName
{
border-color: #2AB75A;
}
</style>