Shades of Medium Sea Green #2ABC73
Tints of Medium Sea Green #2ABC73
RGB
CMYK
RGB Variations
Color information
#2ABC73 (or 0x2ABC73) is known color: Medium Sea Green. HEX triplet: 2A, BC and 73. RGB value is (42,188,115). Sum of RGB (Red+Green+Blue) = 42+188+115=345 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.17% from 345); Green value is 188 (73.83% from 255 or 54.49% from 345); Blue value is 115 (45.31% from 255 or 33.33% from 345); Max value from RGB is 188 - color contains mainly: green. Hex color #2ABC73 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ABC73 is #D5438C. Grayscale: #888888. Windows color (decimal): -13976461 or 7584810. OLE color: 7584810.
HSL color Cylindrical-coordinate representation of color #2ABC73: hue angle of 150º 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 #2ABC73 is Cyan = 0.78, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 42 | 188 | 115 | - |
| CMYK | 0.78 | 0 | 0.39 | 0.26 |
| HSL | 150º | 0.63% | 0.45% | - |
| HSV(B) | 150º | 0.78% | 0.74% | - |
| XYZ | 22.03 | 37.7 | 22.33 | - |
| YUV | 136.02 | 116.13 | 60.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 188 | 115 | 0.78 | 0 | 0.39 | 0.26 | 150 | 0.63 | 0.45 |
| Hex | 2A | BC | 73 | 4E | 0 | 27 | 1A | 96 | 3F | 2D |
| Octal | 52 | 274 | 163 | 116 | 0 | 47 | 32 | 226 | 77 | 55 |
| Binary | 101010 | 10111100 | 1110011 | 1001110 | 0 | 100111 | 11010 | 10010110 | 111111 | 101101 |
Color Harmonies of #2ABC73
Complementary color
Monochromatic Colors of #2ABC73
Black with #2ABC73
Text Example
Text Example
White with #2ABC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABC73; }
p { color: rgb(42,188,115); }
H1.HeaderClassName
{
color: #2ABC73;
}
.AnyTagClassName
{
color: #2ABC73;
}
</style>
background-color css
<style>
a { background-color: #2ABC73; }
a { background-color: rgb(42,188,115); }
div.DivClassName
{
background-color: #2ABC73;
}
.BgClassName
{
background-color: #2ABC73;
}
</style>
border-color css
<style>
span { border-color: #2ABC73; }
span { border-color: rgb(42,188,115); }
td.TdClassName
{
border-color: #2ABC73;
}
.TagClassName
{
border-color: #2ABC73;
}
</style>