Shades of Medium Sea Green #2ABE6A
Tints of Medium Sea Green #2ABE6A
RGB
CMYK
RGB Variations
Color information
#2ABE6A (or 0x2ABE6A) is known color: Medium Sea Green. HEX triplet: 2A, BE and 6A. RGB value is (42,190,106). Sum of RGB (Red+Green+Blue) = 42+190+106=338 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.43% from 338); Green value is 190 (74.61% from 255 or 56.21% from 338); Blue value is 106 (41.80% from 255 or 31.36% from 338); Max value from RGB is 190 - color contains mainly: green. Hex color #2ABE6A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ABE6A is #D54195. Grayscale: #888888. Windows color (decimal): -13975958 or 6995498. OLE color: 6995498.
HSL color Cylindrical-coordinate representation of color #2ABE6A: hue angle of 145.95º 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 #2ABE6A is Cyan = 0.78, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 190 | 106 | - |
| CMYK | 0.78 | 0 | 0.44 | 0.25 |
| HSL | 145.95º | 0.64% | 0.45% | - |
| HSV(B) | 145.95º | 0.78% | 0.75% | - |
| XYZ | 21.97 | 38.36 | 19.88 | - |
| YUV | 136.17 | 110.97 | 60.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 190 | 106 | 0.78 | 0 | 0.44 | 0.25 | 145.95 | 0.64 | 0.45 |
| Hex | 2A | BE | 6A | 4E | 0 | 2C | 19 | 92 | 40 | 2D |
| Octal | 52 | 276 | 152 | 116 | 0 | 54 | 31 | 222 | 100 | 55 |
| Binary | 101010 | 10111110 | 1101010 | 1001110 | 0 | 101100 | 11001 | 10010010 | 1000000 | 101101 |
Color Harmonies of #2ABE6A
Complementary color
Monochromatic Colors of #2ABE6A
Black with #2ABE6A
Text Example
Text Example
White with #2ABE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABE6A; }
p { color: rgb(42,190,106); }
H1.HeaderClassName
{
color: #2ABE6A;
}
.AnyTagClassName
{
color: #2ABE6A;
}
</style>
background-color css
<style>
a { background-color: #2ABE6A; }
a { background-color: rgb(42,190,106); }
div.DivClassName
{
background-color: #2ABE6A;
}
.BgClassName
{
background-color: #2ABE6A;
}
</style>
border-color css
<style>
span { border-color: #2ABE6A; }
span { border-color: rgb(42,190,106); }
td.TdClassName
{
border-color: #2ABE6A;
}
.TagClassName
{
border-color: #2ABE6A;
}
</style>