Shades of Medium Sea Green #2ABB7A
Tints of Medium Sea Green #2ABB7A
RGB
CMYK
RGB Variations
Color information
#2ABB7A (or 0x2ABB7A) is known color: Medium Sea Green. HEX triplet: 2A, BB and 7A. RGB value is (42,187,122). Sum of RGB (Red+Green+Blue) = 42+187+122=351 (46% of max value = 765). Red value is 42 (16.80% from 255 or 11.97% from 351); Green value is 187 (73.44% from 255 or 53.28% from 351); Blue value is 122 (48.05% from 255 or 34.76% from 351); Max value from RGB is 187 - color contains mainly: green. Hex color #2ABB7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ABB7A is #D54485. Grayscale: #888888. Windows color (decimal): -13976710 or 8043306. OLE color: 8043306.
HSL color Cylindrical-coordinate representation of color #2ABB7A: hue angle of 153.1º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ABB7A is Cyan = 0.78, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 187 | 122 | - |
| CMYK | 0.78 | 0 | 0.35 | 0.27 |
| HSL | 153.1º | 0.63% | 0.45% | - |
| HSV(B) | 153.1º | 0.78% | 0.73% | - |
| XYZ | 22.24 | 37.44 | 24.47 | - |
| YUV | 136.24 | 119.96 | 60.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 187 | 122 | 0.78 | 0 | 0.35 | 0.27 | 153.1 | 0.63 | 0.45 |
| Hex | 2A | BB | 7A | 4E | 0 | 23 | 1B | 99 | 3F | 2D |
| Octal | 52 | 273 | 172 | 116 | 0 | 43 | 33 | 231 | 77 | 55 |
| Binary | 101010 | 10111011 | 1111010 | 1001110 | 0 | 100011 | 11011 | 10011001 | 111111 | 101101 |
Color Harmonies of #2ABB7A
Complementary color
Monochromatic Colors of #2ABB7A
Black with #2ABB7A
Text Example
Text Example
White with #2ABB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABB7A; }
p { color: rgb(42,187,122); }
H1.HeaderClassName
{
color: #2ABB7A;
}
.AnyTagClassName
{
color: #2ABB7A;
}
</style>
background-color css
<style>
a { background-color: #2ABB7A; }
a { background-color: rgb(42,187,122); }
div.DivClassName
{
background-color: #2ABB7A;
}
.BgClassName
{
background-color: #2ABB7A;
}
</style>
border-color css
<style>
span { border-color: #2ABB7A; }
span { border-color: rgb(42,187,122); }
td.TdClassName
{
border-color: #2ABB7A;
}
.TagClassName
{
border-color: #2ABB7A;
}
</style>