Shades of Medium Sea Green #2BBB7A
Tints of Medium Sea Green #2BBB7A
RGB
CMYK
RGB Variations
Color information
#2BBB7A (or 0x2BBB7A) is known color: Medium Sea Green. HEX triplet: 2B, BB and 7A. RGB value is (43,187,122). Sum of RGB (Red+Green+Blue) = 43+187+122=352 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.22% from 352); Green value is 187 (73.44% from 255 or 53.12% from 352); Blue value is 122 (48.05% from 255 or 34.66% from 352); Max value from RGB is 187 - color contains mainly: green. Hex color #2BBB7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BBB7A is #D44485. Grayscale: #888888. Windows color (decimal): -13911174 or 8043307. OLE color: 8043307.
HSL color Cylindrical-coordinate representation of color #2BBB7A: hue angle of 152.92º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BBB7A is Cyan = 0.77, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 187 | 122 | - |
| CMYK | 0.77 | 0 | 0.35 | 0.27 |
| HSL | 152.92º | 0.63% | 0.45% | - |
| HSV(B) | 152.92º | 0.77% | 0.73% | - |
| XYZ | 22.28 | 37.46 | 24.47 | - |
| YUV | 136.53 | 119.79 | 61.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 187 | 122 | 0.77 | 0 | 0.35 | 0.27 | 152.92 | 0.63 | 0.45 |
| Hex | 2B | BB | 7A | 4D | 0 | 23 | 1B | 99 | 3F | 2D |
| Octal | 53 | 273 | 172 | 115 | 0 | 43 | 33 | 231 | 77 | 55 |
| Binary | 101011 | 10111011 | 1111010 | 1001101 | 0 | 100011 | 11011 | 10011001 | 111111 | 101101 |
Color Harmonies of #2BBB7A
Complementary color
Monochromatic Colors of #2BBB7A
Black with #2BBB7A
Text Example
Text Example
White with #2BBB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBB7A; }
p { color: rgb(43,187,122); }
H1.HeaderClassName
{
color: #2BBB7A;
}
.AnyTagClassName
{
color: #2BBB7A;
}
</style>
background-color css
<style>
a { background-color: #2BBB7A; }
a { background-color: rgb(43,187,122); }
div.DivClassName
{
background-color: #2BBB7A;
}
.BgClassName
{
background-color: #2BBB7A;
}
</style>
border-color css
<style>
span { border-color: #2BBB7A; }
span { border-color: rgb(43,187,122); }
td.TdClassName
{
border-color: #2BBB7A;
}
.TagClassName
{
border-color: #2BBB7A;
}
</style>