Shades of Medium Sea Green #2ABC72
Tints of Medium Sea Green #2ABC72
RGB
CMYK
RGB Variations
Color information
#2ABC72 (or 0x2ABC72) is known color: Medium Sea Green. HEX triplet: 2A, BC and 72. RGB value is (42,188,114). Sum of RGB (Red+Green+Blue) = 42+188+114=344 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.21% from 344); Green value is 188 (73.83% from 255 or 54.65% from 344); Blue value is 114 (44.92% from 255 or 33.14% from 344); Max value from RGB is 188 - color contains mainly: green. Hex color #2ABC72 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ABC72 is #D5438D. Grayscale: #888888. Windows color (decimal): -13976462 or 7519274. OLE color: 7519274.
HSL color Cylindrical-coordinate representation of color #2ABC72: hue angle of 149.59º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ABC72 is Cyan = 0.78, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 42 | 188 | 114 | - |
| CMYK | 0.78 | 0 | 0.39 | 0.26 |
| HSL | 149.59º | 0.63% | 0.45% | - |
| HSV(B) | 149.59º | 0.78% | 0.74% | - |
| XYZ | 21.98 | 37.67 | 22.03 | - |
| YUV | 135.91 | 115.63 | 61.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 188 | 114 | 0.78 | 0 | 0.39 | 0.26 | 149.59 | 0.63 | 0.45 |
| Hex | 2A | BC | 72 | 4E | 0 | 27 | 1A | 96 | 3F | 2D |
| Octal | 52 | 274 | 162 | 116 | 0 | 47 | 32 | 226 | 77 | 55 |
| Binary | 101010 | 10111100 | 1110010 | 1001110 | 0 | 100111 | 11010 | 10010110 | 111111 | 101101 |
Color Harmonies of #2ABC72
Complementary color
Monochromatic Colors of #2ABC72
Black with #2ABC72
Text Example
Text Example
White with #2ABC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABC72; }
p { color: rgb(42,188,114); }
H1.HeaderClassName
{
color: #2ABC72;
}
.AnyTagClassName
{
color: #2ABC72;
}
</style>
background-color css
<style>
a { background-color: #2ABC72; }
a { background-color: rgb(42,188,114); }
div.DivClassName
{
background-color: #2ABC72;
}
.BgClassName
{
background-color: #2ABC72;
}
</style>
border-color css
<style>
span { border-color: #2ABC72; }
span { border-color: rgb(42,188,114); }
td.TdClassName
{
border-color: #2ABC72;
}
.TagClassName
{
border-color: #2ABC72;
}
</style>