Shades of Medium Sea Green #2ABE7B
Tints of Medium Sea Green #2ABE7B
RGB
CMYK
RGB Variations
Color information
#2ABE7B (or 0x2ABE7B) is known color: Medium Sea Green. HEX triplet: 2A, BE and 7B. RGB value is (42,190,123). Sum of RGB (Red+Green+Blue) = 42+190+123=355 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.83% from 355); Green value is 190 (74.61% from 255 or 53.52% from 355); Blue value is 123 (48.44% from 255 or 34.65% from 355); Max value from RGB is 190 - color contains mainly: green. Hex color #2ABE7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ABE7B is #D54184. Grayscale: #8A8A8A. Windows color (decimal): -13975941 or 8109610. OLE color: 8109610.
HSL color Cylindrical-coordinate representation of color #2ABE7B: hue angle of 152.84º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ABE7B is Cyan = 0.78, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 190 | 123 | - |
| CMYK | 0.78 | 0 | 0.35 | 0.25 |
| HSL | 152.84º | 0.64% | 0.45% | - |
| HSV(B) | 152.84º | 0.78% | 0.75% | - |
| XYZ | 22.94 | 38.75 | 25.01 | - |
| YUV | 138.11 | 119.47 | 59.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 190 | 123 | 0.78 | 0 | 0.35 | 0.25 | 152.84 | 0.64 | 0.45 |
| Hex | 2A | BE | 7B | 4E | 0 | 23 | 19 | 99 | 40 | 2D |
| Octal | 52 | 276 | 173 | 116 | 0 | 43 | 31 | 231 | 100 | 55 |
| Binary | 101010 | 10111110 | 1111011 | 1001110 | 0 | 100011 | 11001 | 10011001 | 1000000 | 101101 |
Color Harmonies of #2ABE7B
Complementary color
Monochromatic Colors of #2ABE7B
Black with #2ABE7B
Text Example
Text Example
White with #2ABE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABE7B; }
p { color: rgb(42,190,123); }
H1.HeaderClassName
{
color: #2ABE7B;
}
.AnyTagClassName
{
color: #2ABE7B;
}
</style>
background-color css
<style>
a { background-color: #2ABE7B; }
a { background-color: rgb(42,190,123); }
div.DivClassName
{
background-color: #2ABE7B;
}
.BgClassName
{
background-color: #2ABE7B;
}
</style>
border-color css
<style>
span { border-color: #2ABE7B; }
span { border-color: rgb(42,190,123); }
td.TdClassName
{
border-color: #2ABE7B;
}
.TagClassName
{
border-color: #2ABE7B;
}
</style>