Shades of Medium Sea Green #2BC177
Tints of Medium Sea Green #2BC177
RGB
CMYK
RGB Variations
Color information
#2BC177 (or 0x2BC177) is known color: Medium Sea Green. HEX triplet: 2B, C1 and 77. RGB value is (43,193,119). Sum of RGB (Red+Green+Blue) = 43+193+119=355 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.11% from 355); Green value is 193 (75.78% from 255 or 54.37% from 355); Blue value is 119 (46.88% from 255 or 33.52% from 355); Max value from RGB is 193 - color contains mainly: green. Hex color #2BC177 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BC177 is #D43E88. Grayscale: #8B8B8B. Windows color (decimal): -13909641 or 7848235. OLE color: 7848235.
HSL color Cylindrical-coordinate representation of color #2BC177: hue angle of 150.4º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BC177 is Cyan = 0.78, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 43 | 193 | 119 | - |
| CMYK | 0.78 | 0 | 0.38 | 0.24 |
| HSL | 150.4º | 0.64% | 0.46% | - |
| HSV(B) | 150.4º | 0.78% | 0.76% | - |
| XYZ | 23.4 | 39.99 | 23.94 | - |
| YUV | 139.71 | 116.31 | 59.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 193 | 119 | 0.78 | 0 | 0.38 | 0.24 | 150.4 | 0.64 | 0.46 |
| Hex | 2B | C1 | 77 | 4E | 0 | 26 | 18 | 96 | 40 | 2E |
| Octal | 53 | 301 | 167 | 116 | 0 | 46 | 30 | 226 | 100 | 56 |
| Binary | 101011 | 11000001 | 1110111 | 1001110 | 0 | 100110 | 11000 | 10010110 | 1000000 | 101110 |
Color Harmonies of #2BC177
Complementary color
Monochromatic Colors of #2BC177
Black with #2BC177
Text Example
Text Example
White with #2BC177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC177; }
p { color: rgb(43,193,119); }
H1.HeaderClassName
{
color: #2BC177;
}
.AnyTagClassName
{
color: #2BC177;
}
</style>
background-color css
<style>
a { background-color: #2BC177; }
a { background-color: rgb(43,193,119); }
div.DivClassName
{
background-color: #2BC177;
}
.BgClassName
{
background-color: #2BC177;
}
</style>
border-color css
<style>
span { border-color: #2BC177; }
span { border-color: rgb(43,193,119); }
td.TdClassName
{
border-color: #2BC177;
}
.TagClassName
{
border-color: #2BC177;
}
</style>