Shades of Medium Sea Green #2BC07B
Tints of Medium Sea Green #2BC07B
RGB
CMYK
RGB Variations
Color information
#2BC07B (or 0x2BC07B) is known color: Medium Sea Green. HEX triplet: 2B, C0 and 7B. RGB value is (43,192,123). Sum of RGB (Red+Green+Blue) = 43+192+123=358 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.01% from 358); Green value is 192 (75.39% from 255 or 53.63% from 358); Blue value is 123 (48.44% from 255 or 34.36% from 358); Max value from RGB is 192 - color contains mainly: green. Hex color #2BC07B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BC07B is #D43F84. Grayscale: #8B8B8B. Windows color (decimal): -13909893 or 8110123. OLE color: 8110123.
HSL color Cylindrical-coordinate representation of color #2BC07B: hue angle of 152.21º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BC07B is Cyan = 0.78, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 43 | 192 | 123 | - |
| CMYK | 0.78 | 0 | 0.36 | 0.25 |
| HSL | 152.21º | 0.63% | 0.46% | - |
| HSV(B) | 152.21º | 0.78% | 0.75% | - |
| XYZ | 23.42 | 39.64 | 25.16 | - |
| YUV | 139.58 | 118.64 | 59.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 192 | 123 | 0.78 | 0 | 0.36 | 0.25 | 152.21 | 0.63 | 0.46 |
| Hex | 2B | C0 | 7B | 4E | 0 | 24 | 19 | 98 | 3F | 2E |
| Octal | 53 | 300 | 173 | 116 | 0 | 44 | 31 | 230 | 77 | 56 |
| Binary | 101011 | 11000000 | 1111011 | 1001110 | 0 | 100100 | 11001 | 10011000 | 111111 | 101110 |
Color Harmonies of #2BC07B
Complementary color
Monochromatic Colors of #2BC07B
Black with #2BC07B
Text Example
Text Example
White with #2BC07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC07B; }
p { color: rgb(43,192,123); }
H1.HeaderClassName
{
color: #2BC07B;
}
.AnyTagClassName
{
color: #2BC07B;
}
</style>
background-color css
<style>
a { background-color: #2BC07B; }
a { background-color: rgb(43,192,123); }
div.DivClassName
{
background-color: #2BC07B;
}
.BgClassName
{
background-color: #2BC07B;
}
</style>
border-color css
<style>
span { border-color: #2BC07B; }
span { border-color: rgb(43,192,123); }
td.TdClassName
{
border-color: #2BC07B;
}
.TagClassName
{
border-color: #2BC07B;
}
</style>