Shades of Medium Sea Green #2AC259
Tints of Medium Sea Green #2AC259
RGB
CMYK
RGB Variations
Color information
#2AC259 (or 0x2AC259) is known color: Medium Sea Green. HEX triplet: 2A, C2 and 59. RGB value is (42,194,89). Sum of RGB (Red+Green+Blue) = 42+194+89=325 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.92% from 325); Green value is 194 (76.17% from 255 or 59.69% from 325); Blue value is 89 (35.16% from 255 or 27.38% from 325); Max value from RGB is 194 - color contains mainly: green. Hex color #2AC259 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AC259 is #D53DA6. Grayscale: #888888. Windows color (decimal): -13974951 or 5882410. OLE color: 5882410.
HSL color Cylindrical-coordinate representation of color #2AC259: hue angle of 138.55º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2AC259 is Cyan = 0.78, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 42 | 194 | 89 | - |
| CMYK | 0.78 | 0 | 0.54 | 0.24 |
| HSL | 138.55º | 0.64% | 0.46% | - |
| HSV(B) | 138.55º | 0.78% | 0.76% | - |
| XYZ | 22.05 | 39.8 | 15.97 | - |
| YUV | 136.58 | 101.14 | 60.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 194 | 89 | 0.78 | 0 | 0.54 | 0.24 | 138.55 | 0.64 | 0.46 |
| Hex | 2A | C2 | 59 | 4E | 0 | 36 | 18 | 8B | 40 | 2E |
| Octal | 52 | 302 | 131 | 116 | 0 | 66 | 30 | 213 | 100 | 56 |
| Binary | 101010 | 11000010 | 1011001 | 1001110 | 0 | 110110 | 11000 | 10001011 | 1000000 | 101110 |
Color Harmonies of #2AC259
Complementary color
Monochromatic Colors of #2AC259
Black with #2AC259
Text Example
Text Example
White with #2AC259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC259; }
p { color: rgb(42,194,89); }
H1.HeaderClassName
{
color: #2AC259;
}
.AnyTagClassName
{
color: #2AC259;
}
</style>
background-color css
<style>
a { background-color: #2AC259; }
a { background-color: rgb(42,194,89); }
div.DivClassName
{
background-color: #2AC259;
}
.BgClassName
{
background-color: #2AC259;
}
</style>
border-color css
<style>
span { border-color: #2AC259; }
span { border-color: rgb(42,194,89); }
td.TdClassName
{
border-color: #2AC259;
}
.TagClassName
{
border-color: #2AC259;
}
</style>