Shades of Medium Sea Green #2CBA71
Tints of Medium Sea Green #2CBA71
RGB
CMYK
RGB Variations
Color information
#2CBA71 (or 0x2CBA71) is known color: Medium Sea Green. HEX triplet: 2C, BA and 71. RGB value is (44,186,113). Sum of RGB (Red+Green+Blue) = 44+186+113=343 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.83% from 343); Green value is 186 (73.05% from 255 or 54.23% from 343); Blue value is 113 (44.53% from 255 or 32.94% from 343); Max value from RGB is 186 - color contains mainly: green. Hex color #2CBA71 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CBA71 is #D3458E. Grayscale: #878787. Windows color (decimal): -13845903 or 7453228. OLE color: 7453228.
HSL color Cylindrical-coordinate representation of color #2CBA71: hue angle of 149.15º 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 #2CBA71 is Cyan = 0.76, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 44 | 186 | 113 | - |
| CMYK | 0.76 | 0 | 0.39 | 0.27 |
| HSL | 149.15º | 0.62% | 0.45% | - |
| HSV(B) | 149.15º | 0.76% | 0.73% | - |
| XYZ | 21.58 | 36.85 | 21.6 | - |
| YUV | 135.22 | 115.46 | 62.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 186 | 113 | 0.76 | 0 | 0.39 | 0.27 | 149.15 | 0.62 | 0.45 |
| Hex | 2C | BA | 71 | 4C | 0 | 27 | 1B | 95 | 3E | 2D |
| Octal | 54 | 272 | 161 | 114 | 0 | 47 | 33 | 225 | 76 | 55 |
| Binary | 101100 | 10111010 | 1110001 | 1001100 | 0 | 100111 | 11011 | 10010101 | 111110 | 101101 |
Color Harmonies of #2CBA71
Complementary color
Monochromatic Colors of #2CBA71
Black with #2CBA71
Text Example
Text Example
White with #2CBA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBA71; }
p { color: rgb(44,186,113); }
H1.HeaderClassName
{
color: #2CBA71;
}
.AnyTagClassName
{
color: #2CBA71;
}
</style>
background-color css
<style>
a { background-color: #2CBA71; }
a { background-color: rgb(44,186,113); }
div.DivClassName
{
background-color: #2CBA71;
}
.BgClassName
{
background-color: #2CBA71;
}
</style>
border-color css
<style>
span { border-color: #2CBA71; }
span { border-color: rgb(44,186,113); }
td.TdClassName
{
border-color: #2CBA71;
}
.TagClassName
{
border-color: #2CBA71;
}
</style>