Shades of Medium Sea Green #2BB773
Tints of Medium Sea Green #2BB773
RGB
CMYK
RGB Variations
Color information
#2BB773 (or 0x2BB773) is known color: Medium Sea Green. HEX triplet: 2B, B7 and 73. RGB value is (43,183,115). Sum of RGB (Red+Green+Blue) = 43+183+115=341 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.61% from 341); Green value is 183 (71.88% from 255 or 53.67% from 341); Blue value is 115 (45.31% from 255 or 33.72% from 341); Max value from RGB is 183 - color contains mainly: green. Hex color #2BB773 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BB773 is #D4488C. Grayscale: #858585. Windows color (decimal): -13912205 or 7583531. OLE color: 7583531.
HSL color Cylindrical-coordinate representation of color #2BB773: hue angle of 150.86º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BB773 is Cyan = 0.77, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 43 | 183 | 115 | - |
| CMYK | 0.77 | 0 | 0.37 | 0.28 |
| HSL | 150.86º | 0.62% | 0.44% | - |
| HSV(B) | 150.86º | 0.77% | 0.72% | - |
| XYZ | 21.02 | 35.62 | 21.99 | - |
| YUV | 133.39 | 117.62 | 63.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 183 | 115 | 0.77 | 0 | 0.37 | 0.28 | 150.86 | 0.62 | 0.44 |
| Hex | 2B | B7 | 73 | 4D | 0 | 25 | 1C | 97 | 3E | 2C |
| Octal | 53 | 267 | 163 | 115 | 0 | 45 | 34 | 227 | 76 | 54 |
| Binary | 101011 | 10110111 | 1110011 | 1001101 | 0 | 100101 | 11100 | 10010111 | 111110 | 101100 |
Color Harmonies of #2BB773
Complementary color
Monochromatic Colors of #2BB773
Black with #2BB773
Text Example
Text Example
White with #2BB773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB773; }
p { color: rgb(43,183,115); }
H1.HeaderClassName
{
color: #2BB773;
}
.AnyTagClassName
{
color: #2BB773;
}
</style>
background-color css
<style>
a { background-color: #2BB773; }
a { background-color: rgb(43,183,115); }
div.DivClassName
{
background-color: #2BB773;
}
.BgClassName
{
background-color: #2BB773;
}
</style>
border-color css
<style>
span { border-color: #2BB773; }
span { border-color: rgb(43,183,115); }
td.TdClassName
{
border-color: #2BB773;
}
.TagClassName
{
border-color: #2BB773;
}
</style>