Shades of Medium Sea Green #2ACB72
Tints of Medium Sea Green #2ACB72
RGB
CMYK
RGB Variations
Color information
#2ACB72 (or 0x2ACB72) is known color: Medium Sea Green. HEX triplet: 2A, CB and 72. RGB value is (42,203,114). Sum of RGB (Red+Green+Blue) = 42+203+114=359 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.70% from 359); Green value is 203 (79.69% from 255 or 56.55% from 359); Blue value is 114 (44.92% from 255 or 31.75% from 359); Max value from RGB is 203 - color contains mainly: green. Hex color #2ACB72 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ACB72 is #D5348D. Grayscale: #909090. Windows color (decimal): -13972622 or 7523114. OLE color: 7523114.
HSL color Cylindrical-coordinate representation of color #2ACB72: hue angle of 146.83º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ACB72 is Cyan = 0.79, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 42 | 203 | 114 | - |
| CMYK | 0.79 | 0 | 0.44 | 0.20 |
| HSL | 146.83º | 0.66% | 0.48% | - |
| HSV(B) | 146.83º | 0.79% | 0.8% | - |
| XYZ | 25.35 | 44.42 | 23.16 | - |
| YUV | 144.72 | 110.66 | 54.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 203 | 114 | 0.79 | 0 | 0.44 | 0.20 | 146.83 | 0.66 | 0.48 |
| Hex | 2A | CB | 72 | 4F | 0 | 2C | 14 | 93 | 42 | 30 |
| Octal | 52 | 313 | 162 | 117 | 0 | 54 | 24 | 223 | 102 | 60 |
| Binary | 101010 | 11001011 | 1110010 | 1001111 | 0 | 101100 | 10100 | 10010011 | 1000010 | 110000 |
Color Harmonies of #2ACB72
Complementary color
Monochromatic Colors of #2ACB72
Black with #2ACB72
Text Example
Text Example
White with #2ACB72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACB72; }
p { color: rgb(42,203,114); }
H1.HeaderClassName
{
color: #2ACB72;
}
.AnyTagClassName
{
color: #2ACB72;
}
</style>
background-color css
<style>
a { background-color: #2ACB72; }
a { background-color: rgb(42,203,114); }
div.DivClassName
{
background-color: #2ACB72;
}
.BgClassName
{
background-color: #2ACB72;
}
</style>
border-color css
<style>
span { border-color: #2ACB72; }
span { border-color: rgb(42,203,114); }
td.TdClassName
{
border-color: #2ACB72;
}
.TagClassName
{
border-color: #2ACB72;
}
</style>