Shades of Medium Sea Green #2ABA6C
Tints of Medium Sea Green #2ABA6C
RGB
CMYK
RGB Variations
Color information
#2ABA6C (or 0x2ABA6C) is known color: Medium Sea Green. HEX triplet: 2A, BA and 6C. RGB value is (42,186,108). Sum of RGB (Red+Green+Blue) = 42+186+108=336 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.5% from 336); Green value is 186 (73.05% from 255 or 55.36% from 336); Blue value is 108 (42.58% from 255 or 32.14% from 336); Max value from RGB is 186 - color contains mainly: green. Hex color #2ABA6C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ABA6C is #D54593. Grayscale: #868686. Windows color (decimal): -13976980 or 7125546. OLE color: 7125546.
HSL color Cylindrical-coordinate representation of color #2ABA6C: hue angle of 147.5º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2ABA6C is Cyan = 0.77, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 186 | 108 | - |
| CMYK | 0.77 | 0 | 0.42 | 0.27 |
| HSL | 147.5º | 0.63% | 0.45% | - |
| HSV(B) | 147.5º | 0.77% | 0.73% | - |
| XYZ | 21.22 | 36.69 | 20.15 | - |
| YUV | 134.05 | 113.29 | 62.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 186 | 108 | 0.77 | 0 | 0.42 | 0.27 | 147.5 | 0.63 | 0.45 |
| Hex | 2A | BA | 6C | 4D | 0 | 2A | 1B | 94 | 3F | 2D |
| Octal | 52 | 272 | 154 | 115 | 0 | 52 | 33 | 224 | 77 | 55 |
| Binary | 101010 | 10111010 | 1101100 | 1001101 | 0 | 101010 | 11011 | 10010100 | 111111 | 101101 |
Color Harmonies of #2ABA6C
Complementary color
Monochromatic Colors of #2ABA6C
Black with #2ABA6C
Text Example
Text Example
White with #2ABA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABA6C; }
p { color: rgb(42,186,108); }
H1.HeaderClassName
{
color: #2ABA6C;
}
.AnyTagClassName
{
color: #2ABA6C;
}
</style>
background-color css
<style>
a { background-color: #2ABA6C; }
a { background-color: rgb(42,186,108); }
div.DivClassName
{
background-color: #2ABA6C;
}
.BgClassName
{
background-color: #2ABA6C;
}
</style>
border-color css
<style>
span { border-color: #2ABA6C; }
span { border-color: rgb(42,186,108); }
td.TdClassName
{
border-color: #2ABA6C;
}
.TagClassName
{
border-color: #2ABA6C;
}
</style>