Shades of Medium Sea Green #2BC26B
Tints of Medium Sea Green #2BC26B
RGB
CMYK
RGB Variations
Color information
#2BC26B (or 0x2BC26B) is known color: Medium Sea Green. HEX triplet: 2B, C2 and 6B. RGB value is (43,194,107). Sum of RGB (Red+Green+Blue) = 43+194+107=344 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.5% from 344); Green value is 194 (76.17% from 255 or 56.40% from 344); Blue value is 107 (42.19% from 255 or 31.10% from 344); Max value from RGB is 194 - color contains mainly: green. Hex color #2BC26B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BC26B is #D43D94. Grayscale: #8B8B8B. Windows color (decimal): -13909397 or 7062059. OLE color: 7062059.
HSL color Cylindrical-coordinate representation of color #2BC26B: hue angle of 145.43º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BC26B is Cyan = 0.78, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 43 | 194 | 107 | - |
| CMYK | 0.78 | 0 | 0.45 | 0.24 |
| HSL | 145.43º | 0.64% | 0.46% | - |
| HSV(B) | 145.43º | 0.78% | 0.76% | - |
| XYZ | 22.94 | 40.16 | 20.45 | - |
| YUV | 138.93 | 109.97 | 59.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 194 | 107 | 0.78 | 0 | 0.45 | 0.24 | 145.43 | 0.64 | 0.46 |
| Hex | 2B | C2 | 6B | 4E | 0 | 2D | 18 | 91 | 40 | 2E |
| Octal | 53 | 302 | 153 | 116 | 0 | 55 | 30 | 221 | 100 | 56 |
| Binary | 101011 | 11000010 | 1101011 | 1001110 | 0 | 101101 | 11000 | 10010001 | 1000000 | 101110 |
Color Harmonies of #2BC26B
Complementary color
Monochromatic Colors of #2BC26B
Black with #2BC26B
Text Example
Text Example
White with #2BC26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC26B; }
p { color: rgb(43,194,107); }
H1.HeaderClassName
{
color: #2BC26B;
}
.AnyTagClassName
{
color: #2BC26B;
}
</style>
background-color css
<style>
a { background-color: #2BC26B; }
a { background-color: rgb(43,194,107); }
div.DivClassName
{
background-color: #2BC26B;
}
.BgClassName
{
background-color: #2BC26B;
}
</style>
border-color css
<style>
span { border-color: #2BC26B; }
span { border-color: rgb(43,194,107); }
td.TdClassName
{
border-color: #2BC26B;
}
.TagClassName
{
border-color: #2BC26B;
}
</style>