Shades of Medium Sea Green #2AC172
Tints of Medium Sea Green #2AC172
RGB
CMYK
RGB Variations
Color information
#2AC172 (or 0x2AC172) is known color: Medium Sea Green. HEX triplet: 2A, C1 and 72. RGB value is (42,193,114). Sum of RGB (Red+Green+Blue) = 42+193+114=349 (46% of max value = 765). Red value is 42 (16.80% from 255 or 12.03% from 349); Green value is 193 (75.78% from 255 or 55.30% from 349); Blue value is 114 (44.92% from 255 or 32.66% from 349); Max value from RGB is 193 - color contains mainly: green. Hex color #2AC172 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AC172 is #D53E8D. Grayscale: #8B8B8B. Windows color (decimal): -13975182 or 7520554. OLE color: 7520554.
HSL color Cylindrical-coordinate representation of color #2AC172: hue angle of 148.61º 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 #2AC172 is Cyan = 0.78, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 42 | 193 | 114 | - |
| CMYK | 0.78 | 0 | 0.41 | 0.24 |
| HSL | 148.61º | 0.64% | 0.46% | - |
| HSV(B) | 148.61º | 0.78% | 0.76% | - |
| XYZ | 23.06 | 39.85 | 22.4 | - |
| YUV | 138.85 | 113.97 | 58.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 193 | 114 | 0.78 | 0 | 0.41 | 0.24 | 148.61 | 0.64 | 0.46 |
| Hex | 2A | C1 | 72 | 4E | 0 | 29 | 18 | 95 | 40 | 2E |
| Octal | 52 | 301 | 162 | 116 | 0 | 51 | 30 | 225 | 100 | 56 |
| Binary | 101010 | 11000001 | 1110010 | 1001110 | 0 | 101001 | 11000 | 10010101 | 1000000 | 101110 |
Color Harmonies of #2AC172
Complementary color
Monochromatic Colors of #2AC172
Black with #2AC172
Text Example
Text Example
White with #2AC172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC172; }
p { color: rgb(42,193,114); }
H1.HeaderClassName
{
color: #2AC172;
}
.AnyTagClassName
{
color: #2AC172;
}
</style>
background-color css
<style>
a { background-color: #2AC172; }
a { background-color: rgb(42,193,114); }
div.DivClassName
{
background-color: #2AC172;
}
.BgClassName
{
background-color: #2AC172;
}
</style>
border-color css
<style>
span { border-color: #2AC172; }
span { border-color: rgb(42,193,114); }
td.TdClassName
{
border-color: #2AC172;
}
.TagClassName
{
border-color: #2AC172;
}
</style>