Shades of Medium Sea Green #2ABA63
Tints of Medium Sea Green #2ABA63
RGB
CMYK
RGB Variations
Color information
#2ABA63 (or 0x2ABA63) is known color: Medium Sea Green. HEX triplet: 2A, BA and 63. RGB value is (42,186,99). Sum of RGB (Red+Green+Blue) = 42+186+99=327 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.84% from 327); Green value is 186 (73.05% from 255 or 56.88% from 327); Blue value is 99 (39.06% from 255 or 30.28% from 327); Max value from RGB is 186 - color contains mainly: green. Hex color #2ABA63 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ABA63 is #D5459C. Grayscale: #858585. Windows color (decimal): -13976989 or 6535722. OLE color: 6535722.
HSL color Cylindrical-coordinate representation of color #2ABA63: hue angle of 143.75º 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 #2ABA63 is Cyan = 0.77, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 186 | 99 | - |
| CMYK | 0.77 | 0 | 0.47 | 0.27 |
| HSL | 143.75º | 0.63% | 0.45% | - |
| HSV(B) | 143.75º | 0.77% | 0.73% | - |
| XYZ | 20.77 | 36.51 | 17.76 | - |
| YUV | 133.03 | 108.79 | 63.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 186 | 99 | 0.77 | 0 | 0.47 | 0.27 | 143.75 | 0.63 | 0.45 |
| Hex | 2A | BA | 63 | 4D | 0 | 2F | 1B | 90 | 3F | 2D |
| Octal | 52 | 272 | 143 | 115 | 0 | 57 | 33 | 220 | 77 | 55 |
| Binary | 101010 | 10111010 | 1100011 | 1001101 | 0 | 101111 | 11011 | 10010000 | 111111 | 101101 |
Color Harmonies of #2ABA63
Complementary color
Monochromatic Colors of #2ABA63
Black with #2ABA63
Text Example
Text Example
White with #2ABA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABA63; }
p { color: rgb(42,186,99); }
H1.HeaderClassName
{
color: #2ABA63;
}
.AnyTagClassName
{
color: #2ABA63;
}
</style>
background-color css
<style>
a { background-color: #2ABA63; }
a { background-color: rgb(42,186,99); }
div.DivClassName
{
background-color: #2ABA63;
}
.BgClassName
{
background-color: #2ABA63;
}
</style>
border-color css
<style>
span { border-color: #2ABA63; }
span { border-color: rgb(42,186,99); }
td.TdClassName
{
border-color: #2ABA63;
}
.TagClassName
{
border-color: #2ABA63;
}
</style>