Shades of Medium Sea Green #2AB272
Tints of Medium Sea Green #2AB272
RGB
CMYK
RGB Variations
Color information
#2AB272 (or 0x2AB272) is known color: Medium Sea Green. HEX triplet: 2A, B2 and 72. RGB value is (42,178,114). Sum of RGB (Red+Green+Blue) = 42+178+114=334 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.57% from 334); Green value is 178 (69.92% from 255 or 53.29% from 334); Blue value is 114 (44.92% from 255 or 34.13% from 334); Max value from RGB is 178 - color contains mainly: green. Hex color #2AB272 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AB272 is #D54D8D. Grayscale: #828282. Windows color (decimal): -13979022 or 7516714. OLE color: 7516714.
HSL color Cylindrical-coordinate representation of color #2AB272: hue angle of 151.76º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2AB272 is Cyan = 0.76, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 42 | 178 | 114 | - |
| CMYK | 0.76 | 0 | 0.36 | 0.30 |
| HSL | 151.76º | 0.62% | 0.43% | - |
| HSV(B) | 151.76º | 0.76% | 0.7% | - |
| XYZ | 19.91 | 33.55 | 21.35 | - |
| YUV | 130.04 | 118.94 | 65.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 178 | 114 | 0.76 | 0 | 0.36 | 0.30 | 151.76 | 0.62 | 0.43 |
| Hex | 2A | B2 | 72 | 4C | 0 | 24 | 1E | 98 | 3E | 2B |
| Octal | 52 | 262 | 162 | 114 | 0 | 44 | 36 | 230 | 76 | 53 |
| Binary | 101010 | 10110010 | 1110010 | 1001100 | 0 | 100100 | 11110 | 10011000 | 111110 | 101011 |
Color Harmonies of #2AB272
Complementary color
Monochromatic Colors of #2AB272
Black with #2AB272
Text Example
Text Example
White with #2AB272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB272; }
p { color: rgb(42,178,114); }
H1.HeaderClassName
{
color: #2AB272;
}
.AnyTagClassName
{
color: #2AB272;
}
</style>
background-color css
<style>
a { background-color: #2AB272; }
a { background-color: rgb(42,178,114); }
div.DivClassName
{
background-color: #2AB272;
}
.BgClassName
{
background-color: #2AB272;
}
</style>
border-color css
<style>
span { border-color: #2AB272; }
span { border-color: rgb(42,178,114); }
td.TdClassName
{
border-color: #2AB272;
}
.TagClassName
{
border-color: #2AB272;
}
</style>