Shades of Medium Sea Green #2AC25B
Tints of Medium Sea Green #2AC25B
RGB
CMYK
RGB Variations
Color information
#2AC25B (or 0x2AC25B) is known color: Medium Sea Green. HEX triplet: 2A, C2 and 5B. RGB value is (42,194,91). Sum of RGB (Red+Green+Blue) = 42+194+91=327 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.84% from 327); Green value is 194 (76.17% from 255 or 59.33% from 327); Blue value is 91 (35.94% from 255 or 27.83% from 327); Max value from RGB is 194 - color contains mainly: green. Hex color #2AC25B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AC25B is #D53DA4. Grayscale: #898989. Windows color (decimal): -13974949 or 6013482. OLE color: 6013482.
HSL color Cylindrical-coordinate representation of color #2AC25B: hue angle of 139.34º 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 #2AC25B is Cyan = 0.78, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 42 | 194 | 91 | - |
| CMYK | 0.78 | 0 | 0.53 | 0.24 |
| HSL | 139.34º | 0.64% | 0.46% | - |
| HSV(B) | 139.34º | 0.78% | 0.76% | - |
| XYZ | 22.13 | 39.83 | 16.42 | - |
| YUV | 136.81 | 102.14 | 60.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 194 | 91 | 0.78 | 0 | 0.53 | 0.24 | 139.34 | 0.64 | 0.46 |
| Hex | 2A | C2 | 5B | 4E | 0 | 35 | 18 | 8B | 40 | 2E |
| Octal | 52 | 302 | 133 | 116 | 0 | 65 | 30 | 213 | 100 | 56 |
| Binary | 101010 | 11000010 | 1011011 | 1001110 | 0 | 110101 | 11000 | 10001011 | 1000000 | 101110 |
Color Harmonies of #2AC25B
Complementary color
Monochromatic Colors of #2AC25B
Black with #2AC25B
Text Example
Text Example
White with #2AC25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC25B; }
p { color: rgb(42,194,91); }
H1.HeaderClassName
{
color: #2AC25B;
}
.AnyTagClassName
{
color: #2AC25B;
}
</style>
background-color css
<style>
a { background-color: #2AC25B; }
a { background-color: rgb(42,194,91); }
div.DivClassName
{
background-color: #2AC25B;
}
.BgClassName
{
background-color: #2AC25B;
}
</style>
border-color css
<style>
span { border-color: #2AC25B; }
span { border-color: rgb(42,194,91); }
td.TdClassName
{
border-color: #2AC25B;
}
.TagClassName
{
border-color: #2AC25B;
}
</style>