Shades of Medium Sea Green #2BBA5C
Tints of Medium Sea Green #2BBA5C
RGB
CMYK
RGB Variations
Color information
#2BBA5C (or 0x2BBA5C) is known color: Medium Sea Green. HEX triplet: 2B, BA and 5C. RGB value is (43,186,92). Sum of RGB (Red+Green+Blue) = 43+186+92=321 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.40% from 321); Green value is 186 (73.05% from 255 or 57.94% from 321); Blue value is 92 (36.33% from 255 or 28.66% from 321); Max value from RGB is 186 - color contains mainly: green. Hex color #2BBA5C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BBA5C is #D445A3. Grayscale: #848484. Windows color (decimal): -13911460 or 6076971. OLE color: 6076971.
HSL color Cylindrical-coordinate representation of color #2BBA5C: hue angle of 140.56º degrees, saturation: 0.62, 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 #2BBA5C is Cyan = 0.77, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 186 | 92 | - |
| CMYK | 0.77 | 0 | 0.51 | 0.27 |
| HSL | 140.56º | 0.62% | 0.45% | - |
| HSV(B) | 140.56º | 0.77% | 0.73% | - |
| XYZ | 20.49 | 36.4 | 16.07 | - |
| YUV | 132.53 | 105.12 | 64.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 186 | 92 | 0.77 | 0 | 0.51 | 0.27 | 140.56 | 0.62 | 0.45 |
| Hex | 2B | BA | 5C | 4D | 0 | 33 | 1B | 8D | 3E | 2D |
| Octal | 53 | 272 | 134 | 115 | 0 | 63 | 33 | 215 | 76 | 55 |
| Binary | 101011 | 10111010 | 1011100 | 1001101 | 0 | 110011 | 11011 | 10001101 | 111110 | 101101 |
Color Harmonies of #2BBA5C
Complementary color
Monochromatic Colors of #2BBA5C
Black with #2BBA5C
Text Example
Text Example
White with #2BBA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBA5C; }
p { color: rgb(43,186,92); }
H1.HeaderClassName
{
color: #2BBA5C;
}
.AnyTagClassName
{
color: #2BBA5C;
}
</style>
background-color css
<style>
a { background-color: #2BBA5C; }
a { background-color: rgb(43,186,92); }
div.DivClassName
{
background-color: #2BBA5C;
}
.BgClassName
{
background-color: #2BBA5C;
}
</style>
border-color css
<style>
span { border-color: #2BBA5C; }
span { border-color: rgb(43,186,92); }
td.TdClassName
{
border-color: #2BBA5C;
}
.TagClassName
{
border-color: #2BBA5C;
}
</style>