Shades of Medium Sea Green #2AC273
Tints of Medium Sea Green #2AC273
RGB
CMYK
RGB Variations
Color information
#2AC273 (or 0x2AC273) is known color: Medium Sea Green. HEX triplet: 2A, C2 and 73. RGB value is (42,194,115). Sum of RGB (Red+Green+Blue) = 42+194+115=351 (46% of max value = 765). Red value is 42 (16.80% from 255 or 11.97% from 351); Green value is 194 (76.17% from 255 or 55.27% from 351); Blue value is 115 (45.31% from 255 or 32.76% from 351); Max value from RGB is 194 - color contains mainly: green. Hex color #2AC273 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AC273 is #D53D8C. Grayscale: #8B8B8B. Windows color (decimal): -13974925 or 7586346. OLE color: 7586346.
HSL color Cylindrical-coordinate representation of color #2AC273: hue angle of 148.82º 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 #2AC273 is Cyan = 0.78, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 42 | 194 | 115 | - |
| CMYK | 0.78 | 0 | 0.41 | 0.24 |
| HSL | 148.82º | 0.64% | 0.46% | - |
| HSV(B) | 148.82º | 0.78% | 0.76% | - |
| XYZ | 23.34 | 40.31 | 22.77 | - |
| YUV | 139.55 | 114.14 | 58.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 194 | 115 | 0.78 | 0 | 0.41 | 0.24 | 148.82 | 0.64 | 0.46 |
| Hex | 2A | C2 | 73 | 4E | 0 | 29 | 18 | 95 | 40 | 2E |
| Octal | 52 | 302 | 163 | 116 | 0 | 51 | 30 | 225 | 100 | 56 |
| Binary | 101010 | 11000010 | 1110011 | 1001110 | 0 | 101001 | 11000 | 10010101 | 1000000 | 101110 |
Color Harmonies of #2AC273
Complementary color
Monochromatic Colors of #2AC273
Black with #2AC273
Text Example
Text Example
White with #2AC273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC273; }
p { color: rgb(42,194,115); }
H1.HeaderClassName
{
color: #2AC273;
}
.AnyTagClassName
{
color: #2AC273;
}
</style>
background-color css
<style>
a { background-color: #2AC273; }
a { background-color: rgb(42,194,115); }
div.DivClassName
{
background-color: #2AC273;
}
.BgClassName
{
background-color: #2AC273;
}
</style>
border-color css
<style>
span { border-color: #2AC273; }
span { border-color: rgb(42,194,115); }
td.TdClassName
{
border-color: #2AC273;
}
.TagClassName
{
border-color: #2AC273;
}
</style>