Shades of Medium Sea Green #2ABD7A
Tints of Medium Sea Green #2ABD7A
RGB
CMYK
RGB Variations
Color information
#2ABD7A (or 0x2ABD7A) is known color: Medium Sea Green. HEX triplet: 2A, BD and 7A. RGB value is (42,189,122). Sum of RGB (Red+Green+Blue) = 42+189+122=353 (46% of max value = 765). Red value is 42 (16.80% from 255 or 11.90% from 353); Green value is 189 (74.22% from 255 or 53.54% from 353); Blue value is 122 (48.05% from 255 or 34.56% from 353); Max value from RGB is 189 - color contains mainly: green. Hex color #2ABD7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ABD7A is #D54285. Grayscale: #898989. Windows color (decimal): -13976198 or 8043818. OLE color: 8043818.
HSL color Cylindrical-coordinate representation of color #2ABD7A: hue angle of 152.65º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ABD7A is Cyan = 0.78, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 42 | 189 | 122 | - |
| CMYK | 0.78 | 0 | 0.35 | 0.26 |
| HSL | 152.65º | 0.64% | 0.45% | - |
| HSV(B) | 152.65º | 0.78% | 0.74% | - |
| XYZ | 22.67 | 38.29 | 24.61 | - |
| YUV | 137.41 | 119.3 | 59.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 189 | 122 | 0.78 | 0 | 0.35 | 0.26 | 152.65 | 0.64 | 0.45 |
| Hex | 2A | BD | 7A | 4E | 0 | 23 | 1A | 99 | 40 | 2D |
| Octal | 52 | 275 | 172 | 116 | 0 | 43 | 32 | 231 | 100 | 55 |
| Binary | 101010 | 10111101 | 1111010 | 1001110 | 0 | 100011 | 11010 | 10011001 | 1000000 | 101101 |
Color Harmonies of #2ABD7A
Complementary color
Monochromatic Colors of #2ABD7A
Black with #2ABD7A
Text Example
Text Example
White with #2ABD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABD7A; }
p { color: rgb(42,189,122); }
H1.HeaderClassName
{
color: #2ABD7A;
}
.AnyTagClassName
{
color: #2ABD7A;
}
</style>
background-color css
<style>
a { background-color: #2ABD7A; }
a { background-color: rgb(42,189,122); }
div.DivClassName
{
background-color: #2ABD7A;
}
.BgClassName
{
background-color: #2ABD7A;
}
</style>
border-color css
<style>
span { border-color: #2ABD7A; }
span { border-color: rgb(42,189,122); }
td.TdClassName
{
border-color: #2ABD7A;
}
.TagClassName
{
border-color: #2ABD7A;
}
</style>