Shades of Medium Sea Green #2BC078
Tints of Medium Sea Green #2BC078
RGB
CMYK
RGB Variations
Color information
#2BC078 (or 0x2BC078) is known color: Medium Sea Green. HEX triplet: 2B, C0 and 78. RGB value is (43,192,120). Sum of RGB (Red+Green+Blue) = 43+192+120=355 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.11% from 355); Green value is 192 (75.39% from 255 or 54.08% from 355); Blue value is 120 (47.27% from 255 or 33.80% from 355); Max value from RGB is 192 - color contains mainly: green. Hex color #2BC078 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BC078 is #D43F87. Grayscale: #8B8B8B. Windows color (decimal): -13909896 or 7913515. OLE color: 7913515.
HSL color Cylindrical-coordinate representation of color #2BC078: hue angle of 151.01º 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 #2BC078 is Cyan = 0.78, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 43 | 192 | 120 | - |
| CMYK | 0.78 | 0 | 0.38 | 0.25 |
| HSL | 151.01º | 0.63% | 0.46% | - |
| HSV(B) | 151.01º | 0.78% | 0.75% | - |
| XYZ | 23.24 | 39.57 | 24.18 | - |
| YUV | 139.24 | 117.14 | 59.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 192 | 120 | 0.78 | 0 | 0.38 | 0.25 | 151.01 | 0.63 | 0.46 |
| Hex | 2B | C0 | 78 | 4E | 0 | 26 | 19 | 97 | 3F | 2E |
| Octal | 53 | 300 | 170 | 116 | 0 | 46 | 31 | 227 | 77 | 56 |
| Binary | 101011 | 11000000 | 1111000 | 1001110 | 0 | 100110 | 11001 | 10010111 | 111111 | 101110 |
Color Harmonies of #2BC078
Complementary color
Monochromatic Colors of #2BC078
Black with #2BC078
Text Example
Text Example
White with #2BC078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC078; }
p { color: rgb(43,192,120); }
H1.HeaderClassName
{
color: #2BC078;
}
.AnyTagClassName
{
color: #2BC078;
}
</style>
background-color css
<style>
a { background-color: #2BC078; }
a { background-color: rgb(43,192,120); }
div.DivClassName
{
background-color: #2BC078;
}
.BgClassName
{
background-color: #2BC078;
}
</style>
border-color css
<style>
span { border-color: #2BC078; }
span { border-color: rgb(43,192,120); }
td.TdClassName
{
border-color: #2BC078;
}
.TagClassName
{
border-color: #2BC078;
}
</style>