Shades of Medium Sea Green #2BBE76
Tints of Medium Sea Green #2BBE76
RGB
CMYK
RGB Variations
Color information
#2BBE76 (or 0x2BBE76) is known color: Medium Sea Green. HEX triplet: 2B, BE and 76. RGB value is (43,190,118). Sum of RGB (Red+Green+Blue) = 43+190+118=351 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.25% from 351); Green value is 190 (74.61% from 255 or 54.13% from 351); Blue value is 118 (46.48% from 255 or 33.62% from 351); Max value from RGB is 190 - color contains mainly: green. Hex color #2BBE76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BBE76 is #D44189. Grayscale: #898989. Windows color (decimal): -13910410 or 7781931. OLE color: 7781931.
HSL color Cylindrical-coordinate representation of color #2BBE76: hue angle of 150.61º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BBE76 is Cyan = 0.77, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 43 | 190 | 118 | - |
| CMYK | 0.77 | 0 | 0.38 | 0.25 |
| HSL | 150.61º | 0.63% | 0.46% | - |
| HSV(B) | 150.61º | 0.77% | 0.75% | - |
| XYZ | 22.68 | 38.65 | 23.4 | - |
| YUV | 137.84 | 116.8 | 60.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 190 | 118 | 0.77 | 0 | 0.38 | 0.25 | 150.61 | 0.63 | 0.46 |
| Hex | 2B | BE | 76 | 4D | 0 | 26 | 19 | 97 | 3F | 2E |
| Octal | 53 | 276 | 166 | 115 | 0 | 46 | 31 | 227 | 77 | 56 |
| Binary | 101011 | 10111110 | 1110110 | 1001101 | 0 | 100110 | 11001 | 10010111 | 111111 | 101110 |
Color Harmonies of #2BBE76
Complementary color
Monochromatic Colors of #2BBE76
Black with #2BBE76
Text Example
Text Example
White with #2BBE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBE76; }
p { color: rgb(43,190,118); }
H1.HeaderClassName
{
color: #2BBE76;
}
.AnyTagClassName
{
color: #2BBE76;
}
</style>
background-color css
<style>
a { background-color: #2BBE76; }
a { background-color: rgb(43,190,118); }
div.DivClassName
{
background-color: #2BBE76;
}
.BgClassName
{
background-color: #2BBE76;
}
</style>
border-color css
<style>
span { border-color: #2BBE76; }
span { border-color: rgb(43,190,118); }
td.TdClassName
{
border-color: #2BBE76;
}
.TagClassName
{
border-color: #2BBE76;
}
</style>