Shades of Medium Sea Green #2AC16F
Tints of Medium Sea Green #2AC16F
RGB
CMYK
RGB Variations
Color information
#2AC16F (or 0x2AC16F) is known color: Medium Sea Green. HEX triplet: 2A, C1 and 6F. RGB value is (42,193,111). Sum of RGB (Red+Green+Blue) = 42+193+111=346 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.14% from 346); Green value is 193 (75.78% from 255 or 55.78% from 346); Blue value is 111 (43.75% from 255 or 32.08% from 346); Max value from RGB is 193 - color contains mainly: green. Hex color #2AC16F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AC16F is #D53E90. Grayscale: #8A8A8A. Windows color (decimal): -13975185 or 7323946. OLE color: 7323946.
HSL color Cylindrical-coordinate representation of color #2AC16F: hue angle of 147.42º 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 #2AC16F is Cyan = 0.78, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 42 | 193 | 111 | - |
| CMYK | 0.78 | 0 | 0.42 | 0.24 |
| HSL | 147.42º | 0.64% | 0.46% | - |
| HSV(B) | 147.42º | 0.78% | 0.76% | - |
| XYZ | 22.89 | 39.78 | 21.51 | - |
| YUV | 138.5 | 112.47 | 59.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 193 | 111 | 0.78 | 0 | 0.42 | 0.24 | 147.42 | 0.64 | 0.46 |
| Hex | 2A | C1 | 6F | 4E | 0 | 2A | 18 | 93 | 40 | 2E |
| Octal | 52 | 301 | 157 | 116 | 0 | 52 | 30 | 223 | 100 | 56 |
| Binary | 101010 | 11000001 | 1101111 | 1001110 | 0 | 101010 | 11000 | 10010011 | 1000000 | 101110 |
Color Harmonies of #2AC16F
Complementary color
Monochromatic Colors of #2AC16F
Black with #2AC16F
Text Example
Text Example
White with #2AC16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC16F; }
p { color: rgb(42,193,111); }
H1.HeaderClassName
{
color: #2AC16F;
}
.AnyTagClassName
{
color: #2AC16F;
}
</style>
background-color css
<style>
a { background-color: #2AC16F; }
a { background-color: rgb(42,193,111); }
div.DivClassName
{
background-color: #2AC16F;
}
.BgClassName
{
background-color: #2AC16F;
}
</style>
border-color css
<style>
span { border-color: #2AC16F; }
span { border-color: rgb(42,193,111); }
td.TdClassName
{
border-color: #2AC16F;
}
.TagClassName
{
border-color: #2AC16F;
}
</style>