Shades of Medium Sea Green #2ACB5F
Tints of Medium Sea Green #2ACB5F
RGB
CMYK
RGB Variations
Color information
#2ACB5F (or 0x2ACB5F) is known color: Medium Sea Green. HEX triplet: 2A, CB and 5F. RGB value is (42,203,95). Sum of RGB (Red+Green+Blue) = 42+203+95=340 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.35% from 340); Green value is 203 (79.69% from 255 or 59.71% from 340); Blue value is 95 (37.5% from 255 or 27.94% from 340); Max value from RGB is 203 - color contains mainly: green. Hex color #2ACB5F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ACB5F is #D534A0. Grayscale: #8E8E8E. Windows color (decimal): -13972641 or 6277930. OLE color: 6277930.
HSL color Cylindrical-coordinate representation of color #2ACB5F: hue angle of 139.75º 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 #2ACB5F is Cyan = 0.79, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 42 | 203 | 95 | - |
| CMYK | 0.79 | 0 | 0.53 | 0.20 |
| HSL | 139.75º | 0.66% | 0.48% | - |
| HSV(B) | 139.75º | 0.79% | 0.8% | - |
| XYZ | 24.38 | 44.03 | 18.04 | - |
| YUV | 142.55 | 101.16 | 56.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 203 | 95 | 0.79 | 0 | 0.53 | 0.20 | 139.75 | 0.66 | 0.48 |
| Hex | 2A | CB | 5F | 4F | 0 | 35 | 14 | 8C | 42 | 30 |
| Octal | 52 | 313 | 137 | 117 | 0 | 65 | 24 | 214 | 102 | 60 |
| Binary | 101010 | 11001011 | 1011111 | 1001111 | 0 | 110101 | 10100 | 10001100 | 1000010 | 110000 |
Color Harmonies of #2ACB5F
Complementary color
Monochromatic Colors of #2ACB5F
Black with #2ACB5F
Text Example
Text Example
White with #2ACB5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACB5F; }
p { color: rgb(42,203,95); }
H1.HeaderClassName
{
color: #2ACB5F;
}
.AnyTagClassName
{
color: #2ACB5F;
}
</style>
background-color css
<style>
a { background-color: #2ACB5F; }
a { background-color: rgb(42,203,95); }
div.DivClassName
{
background-color: #2ACB5F;
}
.BgClassName
{
background-color: #2ACB5F;
}
</style>
border-color css
<style>
span { border-color: #2ACB5F; }
span { border-color: rgb(42,203,95); }
td.TdClassName
{
border-color: #2ACB5F;
}
.TagClassName
{
border-color: #2ACB5F;
}
</style>