Shades of Medium Sea Green #2ACC7B
Tints of Medium Sea Green #2ACC7B
RGB
CMYK
RGB Variations
Color information
#2ACC7B (or 0x2ACC7B) is known color: Medium Sea Green. HEX triplet: 2A, CC and 7B. RGB value is (42,204,123). Sum of RGB (Red+Green+Blue) = 42+204+123=369 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.38% from 369); Green value is 204 (80.08% from 255 or 55.28% from 369); Blue value is 123 (48.44% from 255 or 33.33% from 369); Max value from RGB is 204 - color contains mainly: green. Hex color #2ACC7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ACC7B is #D53384. Grayscale: #929292. Windows color (decimal): -13972357 or 8113194. OLE color: 8113194.
HSL color Cylindrical-coordinate representation of color #2ACC7B: hue angle of 150º 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 #2ACC7B is Cyan = 0.79, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 42 | 204 | 123 | - |
| CMYK | 0.79 | 0 | 0.40 | 0.2 |
| HSL | 150º | 0.66% | 0.48% | - |
| HSV(B) | 150º | 0.79% | 0.8% | - |
| XYZ | 26.12 | 45.11 | 26.07 | - |
| YUV | 146.33 | 114.83 | 53.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 204 | 123 | 0.79 | 0 | 0.40 | 0.2 | 150 | 0.66 | 0.48 |
| Hex | 2A | CC | 7B | 4F | 0 | 28 | 14 | 96 | 42 | 30 |
| Octal | 52 | 314 | 173 | 117 | 0 | 50 | 24 | 226 | 102 | 60 |
| Binary | 101010 | 11001100 | 1111011 | 1001111 | 0 | 101000 | 10100 | 10010110 | 1000010 | 110000 |
Color Harmonies of #2ACC7B
Complementary color
Monochromatic Colors of #2ACC7B
Black with #2ACC7B
Text Example
Text Example
White with #2ACC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACC7B; }
p { color: rgb(42,204,123); }
H1.HeaderClassName
{
color: #2ACC7B;
}
.AnyTagClassName
{
color: #2ACC7B;
}
</style>
background-color css
<style>
a { background-color: #2ACC7B; }
a { background-color: rgb(42,204,123); }
div.DivClassName
{
background-color: #2ACC7B;
}
.BgClassName
{
background-color: #2ACC7B;
}
</style>
border-color css
<style>
span { border-color: #2ACC7B; }
span { border-color: rgb(42,204,123); }
td.TdClassName
{
border-color: #2ACC7B;
}
.TagClassName
{
border-color: #2ACC7B;
}
</style>