Shades of Medium Sea Green #2AC163
Tints of Medium Sea Green #2AC163
RGB
CMYK
RGB Variations
Color information
#2AC163 (or 0x2AC163) is known color: Medium Sea Green. HEX triplet: 2A, C1 and 63. RGB value is (42,193,99). Sum of RGB (Red+Green+Blue) = 42+193+99=334 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.57% from 334); Green value is 193 (75.78% from 255 or 57.78% from 334); Blue value is 99 (39.06% from 255 or 29.64% from 334); Max value from RGB is 193 - color contains mainly: green. Hex color #2AC163 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AC163 is #D53E9C. Grayscale: #898989. Windows color (decimal): -13975197 or 6537514. OLE color: 6537514.
HSL color Cylindrical-coordinate representation of color #2AC163: hue angle of 142.65º 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 #2AC163 is Cyan = 0.78, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 42 | 193 | 99 | - |
| CMYK | 0.78 | 0 | 0.49 | 0.24 |
| HSL | 142.65º | 0.64% | 0.46% | - |
| HSV(B) | 142.65º | 0.78% | 0.76% | - |
| XYZ | 22.28 | 39.53 | 18.26 | - |
| YUV | 137.14 | 106.47 | 60.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 193 | 99 | 0.78 | 0 | 0.49 | 0.24 | 142.65 | 0.64 | 0.46 |
| Hex | 2A | C1 | 63 | 4E | 0 | 31 | 18 | 8F | 40 | 2E |
| Octal | 52 | 301 | 143 | 116 | 0 | 61 | 30 | 217 | 100 | 56 |
| Binary | 101010 | 11000001 | 1100011 | 1001110 | 0 | 110001 | 11000 | 10001111 | 1000000 | 101110 |
Color Harmonies of #2AC163
Complementary color
Monochromatic Colors of #2AC163
Black with #2AC163
Text Example
Text Example
White with #2AC163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC163; }
p { color: rgb(42,193,99); }
H1.HeaderClassName
{
color: #2AC163;
}
.AnyTagClassName
{
color: #2AC163;
}
</style>
background-color css
<style>
a { background-color: #2AC163; }
a { background-color: rgb(42,193,99); }
div.DivClassName
{
background-color: #2AC163;
}
.BgClassName
{
background-color: #2AC163;
}
</style>
border-color css
<style>
span { border-color: #2AC163; }
span { border-color: rgb(42,193,99); }
td.TdClassName
{
border-color: #2AC163;
}
.TagClassName
{
border-color: #2AC163;
}
</style>