Shades of Medium Sea Green #2BBE6A
Tints of Medium Sea Green #2BBE6A
RGB
CMYK
RGB Variations
Color information
#2BBE6A (or 0x2BBE6A) is known color: Medium Sea Green. HEX triplet: 2B, BE and 6A. RGB value is (43,190,106). Sum of RGB (Red+Green+Blue) = 43+190+106=339 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.68% from 339); Green value is 190 (74.61% from 255 or 56.05% from 339); Blue value is 106 (41.80% from 255 or 31.27% from 339); Max value from RGB is 190 - color contains mainly: green. Hex color #2BBE6A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BBE6A is #D44195. Grayscale: #888888. Windows color (decimal): -13910422 or 6995499. OLE color: 6995499.
HSL color Cylindrical-coordinate representation of color #2BBE6A: hue angle of 145.71º 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 #2BBE6A is Cyan = 0.77, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 43 | 190 | 106 | - |
| CMYK | 0.77 | 0 | 0.44 | 0.25 |
| HSL | 145.71º | 0.63% | 0.46% | - |
| HSV(B) | 145.71º | 0.77% | 0.75% | - |
| XYZ | 22.01 | 38.38 | 19.88 | - |
| YUV | 136.47 | 110.8 | 61.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 190 | 106 | 0.77 | 0 | 0.44 | 0.25 | 145.71 | 0.63 | 0.46 |
| Hex | 2B | BE | 6A | 4D | 0 | 2C | 19 | 92 | 3F | 2E |
| Octal | 53 | 276 | 152 | 115 | 0 | 54 | 31 | 222 | 77 | 56 |
| Binary | 101011 | 10111110 | 1101010 | 1001101 | 0 | 101100 | 11001 | 10010010 | 111111 | 101110 |
Color Harmonies of #2BBE6A
Complementary color
Monochromatic Colors of #2BBE6A
Black with #2BBE6A
Text Example
Text Example
White with #2BBE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBE6A; }
p { color: rgb(43,190,106); }
H1.HeaderClassName
{
color: #2BBE6A;
}
.AnyTagClassName
{
color: #2BBE6A;
}
</style>
background-color css
<style>
a { background-color: #2BBE6A; }
a { background-color: rgb(43,190,106); }
div.DivClassName
{
background-color: #2BBE6A;
}
.BgClassName
{
background-color: #2BBE6A;
}
</style>
border-color css
<style>
span { border-color: #2BBE6A; }
span { border-color: rgb(43,190,106); }
td.TdClassName
{
border-color: #2BBE6A;
}
.TagClassName
{
border-color: #2BBE6A;
}
</style>