Shades of Medium Sea Green #2BC075
Tints of Medium Sea Green #2BC075
RGB
CMYK
RGB Variations
Color information
#2BC075 (or 0x2BC075) is known color: Medium Sea Green. HEX triplet: 2B, C0 and 75. RGB value is (43,192,117). Sum of RGB (Red+Green+Blue) = 43+192+117=352 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.22% from 352); Green value is 192 (75.39% from 255 or 54.55% from 352); Blue value is 117 (46.09% from 255 or 33.24% from 352); Max value from RGB is 192 - color contains mainly: green. Hex color #2BC075 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BC075 is #D43F8A. Grayscale: #8B8B8B. Windows color (decimal): -13909899 or 7716907. OLE color: 7716907.
HSL color Cylindrical-coordinate representation of color #2BC075: hue angle of 149.8º 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 #2BC075 is Cyan = 0.78, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 43 | 192 | 117 | - |
| CMYK | 0.78 | 0 | 0.39 | 0.25 |
| HSL | 149.8º | 0.63% | 0.46% | - |
| HSV(B) | 149.8º | 0.78% | 0.75% | - |
| XYZ | 23.06 | 39.5 | 23.24 | - |
| YUV | 138.9 | 115.64 | 59.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 192 | 117 | 0.78 | 0 | 0.39 | 0.25 | 149.8 | 0.63 | 0.46 |
| Hex | 2B | C0 | 75 | 4E | 0 | 27 | 19 | 96 | 3F | 2E |
| Octal | 53 | 300 | 165 | 116 | 0 | 47 | 31 | 226 | 77 | 56 |
| Binary | 101011 | 11000000 | 1110101 | 1001110 | 0 | 100111 | 11001 | 10010110 | 111111 | 101110 |
Color Harmonies of #2BC075
Complementary color
Monochromatic Colors of #2BC075
Black with #2BC075
Text Example
Text Example
White with #2BC075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC075; }
p { color: rgb(43,192,117); }
H1.HeaderClassName
{
color: #2BC075;
}
.AnyTagClassName
{
color: #2BC075;
}
</style>
background-color css
<style>
a { background-color: #2BC075; }
a { background-color: rgb(43,192,117); }
div.DivClassName
{
background-color: #2BC075;
}
.BgClassName
{
background-color: #2BC075;
}
</style>
border-color css
<style>
span { border-color: #2BC075; }
span { border-color: rgb(43,192,117); }
td.TdClassName
{
border-color: #2BC075;
}
.TagClassName
{
border-color: #2BC075;
}
</style>