Shades of Medium Sea Green #2CBA72
Tints of Medium Sea Green #2CBA72
RGB
CMYK
RGB Variations
Color information
#2CBA72 (or 0x2CBA72) is known color: Medium Sea Green. HEX triplet: 2C, BA and 72. RGB value is (44,186,114). Sum of RGB (Red+Green+Blue) = 44+186+114=344 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.79% from 344); Green value is 186 (73.05% from 255 or 54.07% from 344); Blue value is 114 (44.92% from 255 or 33.14% from 344); Max value from RGB is 186 - color contains mainly: green. Hex color #2CBA72 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CBA72 is #D3458D. Grayscale: #878787. Windows color (decimal): -13845902 or 7518764. OLE color: 7518764.
HSL color Cylindrical-coordinate representation of color #2CBA72: hue angle of 149.58º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2CBA72 is Cyan = 0.76, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 44 | 186 | 114 | - |
| CMYK | 0.76 | 0 | 0.39 | 0.27 |
| HSL | 149.58º | 0.62% | 0.45% | - |
| HSV(B) | 149.58º | 0.76% | 0.73% | - |
| XYZ | 21.63 | 36.87 | 21.9 | - |
| YUV | 135.33 | 115.96 | 62.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 186 | 114 | 0.76 | 0 | 0.39 | 0.27 | 149.58 | 0.62 | 0.45 |
| Hex | 2C | BA | 72 | 4C | 0 | 27 | 1B | 96 | 3E | 2D |
| Octal | 54 | 272 | 162 | 114 | 0 | 47 | 33 | 226 | 76 | 55 |
| Binary | 101100 | 10111010 | 1110010 | 1001100 | 0 | 100111 | 11011 | 10010110 | 111110 | 101101 |
Color Harmonies of #2CBA72
Complementary color
Monochromatic Colors of #2CBA72
Black with #2CBA72
Text Example
Text Example
White with #2CBA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBA72; }
p { color: rgb(44,186,114); }
H1.HeaderClassName
{
color: #2CBA72;
}
.AnyTagClassName
{
color: #2CBA72;
}
</style>
background-color css
<style>
a { background-color: #2CBA72; }
a { background-color: rgb(44,186,114); }
div.DivClassName
{
background-color: #2CBA72;
}
.BgClassName
{
background-color: #2CBA72;
}
</style>
border-color css
<style>
span { border-color: #2CBA72; }
span { border-color: rgb(44,186,114); }
td.TdClassName
{
border-color: #2CBA72;
}
.TagClassName
{
border-color: #2CBA72;
}
</style>