Shades of Medium Sea Green #2BB276
Tints of Medium Sea Green #2BB276
RGB
CMYK
RGB Variations
Color information
#2BB276 (or 0x2BB276) is known color: Medium Sea Green. HEX triplet: 2B, B2 and 76. RGB value is (43,178,118). Sum of RGB (Red+Green+Blue) = 43+178+118=339 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.68% from 339); Green value is 178 (69.92% from 255 or 52.51% from 339); Blue value is 118 (46.48% from 255 or 34.81% from 339); Max value from RGB is 178 - color contains mainly: green. Hex color #2BB276 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BB276 is #D44D89. Grayscale: #828282. Windows color (decimal): -13913482 or 7778859. OLE color: 7778859.
HSL color Cylindrical-coordinate representation of color #2BB276: hue angle of 153.33º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2BB276 is Cyan = 0.76, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 43 | 178 | 118 | - |
| CMYK | 0.76 | 0 | 0.34 | 0.30 |
| HSL | 153.33º | 0.61% | 0.43% | - |
| HSV(B) | 153.33º | 0.76% | 0.7% | - |
| XYZ | 20.19 | 33.66 | 22.57 | - |
| YUV | 130.8 | 120.77 | 65.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 178 | 118 | 0.76 | 0 | 0.34 | 0.30 | 153.33 | 0.61 | 0.43 |
| Hex | 2B | B2 | 76 | 4C | 0 | 22 | 1E | 99 | 3D | 2B |
| Octal | 53 | 262 | 166 | 114 | 0 | 42 | 36 | 231 | 75 | 53 |
| Binary | 101011 | 10110010 | 1110110 | 1001100 | 0 | 100010 | 11110 | 10011001 | 111101 | 101011 |
Color Harmonies of #2BB276
Complementary color
Monochromatic Colors of #2BB276
Black with #2BB276
Text Example
Text Example
White with #2BB276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB276; }
p { color: rgb(43,178,118); }
H1.HeaderClassName
{
color: #2BB276;
}
.AnyTagClassName
{
color: #2BB276;
}
</style>
background-color css
<style>
a { background-color: #2BB276; }
a { background-color: rgb(43,178,118); }
div.DivClassName
{
background-color: #2BB276;
}
.BgClassName
{
background-color: #2BB276;
}
</style>
border-color css
<style>
span { border-color: #2BB276; }
span { border-color: rgb(43,178,118); }
td.TdClassName
{
border-color: #2BB276;
}
.TagClassName
{
border-color: #2BB276;
}
</style>