Shades of Medium Sea Green #2AC357
Tints of Medium Sea Green #2AC357
RGB
CMYK
RGB Variations
Color information
#2AC357 (or 0x2AC357) is known color: Medium Sea Green. HEX triplet: 2A, C3 and 57. RGB value is (42,195,87). Sum of RGB (Red+Green+Blue) = 42+195+87=324 (42% of max value = 765). Red value is 42 (16.80% from 255 or 12.96% from 324); Green value is 195 (76.56% from 255 or 60.19% from 324); Blue value is 87 (34.38% from 255 or 26.85% from 324); Max value from RGB is 195 - color contains mainly: green. Hex color #2AC357 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AC357 is #D53CA8. Grayscale: #898989. Windows color (decimal): -13974697 or 5751594. OLE color: 5751594.
HSL color Cylindrical-coordinate representation of color #2AC357: hue angle of 137.65º degrees, saturation: 0.65, 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 #2AC357 is Cyan = 0.78, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 42 | 195 | 87 | - |
| CMYK | 0.78 | 0 | 0.55 | 0.24 |
| HSL | 137.65º | 0.65% | 0.46% | - |
| HSV(B) | 137.65º | 0.78% | 0.76% | - |
| XYZ | 22.19 | 40.21 | 15.61 | - |
| YUV | 136.94 | 99.81 | 60.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 195 | 87 | 0.78 | 0 | 0.55 | 0.24 | 137.65 | 0.65 | 0.46 |
| Hex | 2A | C3 | 57 | 4E | 0 | 37 | 18 | 8A | 41 | 2E |
| Octal | 52 | 303 | 127 | 116 | 0 | 67 | 30 | 212 | 101 | 56 |
| Binary | 101010 | 11000011 | 1010111 | 1001110 | 0 | 110111 | 11000 | 10001010 | 1000001 | 101110 |
Color Harmonies of #2AC357
Complementary color
Monochromatic Colors of #2AC357
Black with #2AC357
Text Example
Text Example
White with #2AC357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC357; }
p { color: rgb(42,195,87); }
H1.HeaderClassName
{
color: #2AC357;
}
.AnyTagClassName
{
color: #2AC357;
}
</style>
background-color css
<style>
a { background-color: #2AC357; }
a { background-color: rgb(42,195,87); }
div.DivClassName
{
background-color: #2AC357;
}
.BgClassName
{
background-color: #2AC357;
}
</style>
border-color css
<style>
span { border-color: #2AC357; }
span { border-color: rgb(42,195,87); }
td.TdClassName
{
border-color: #2AC357;
}
.TagClassName
{
border-color: #2AC357;
}
</style>