Shades of Medium Sea Green #2BB673
Tints of Medium Sea Green #2BB673
RGB
CMYK
RGB Variations
Color information
#2BB673 (or 0x2BB673) is known color: Medium Sea Green. HEX triplet: 2B, B6 and 73. RGB value is (43,182,115). Sum of RGB (Red+Green+Blue) = 43+182+115=340 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.65% from 340); Green value is 182 (71.48% from 255 or 53.53% from 340); Blue value is 115 (45.31% from 255 or 33.82% from 340); Max value from RGB is 182 - color contains mainly: green. Hex color #2BB673 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BB673 is #D4498C. Grayscale: #848484. Windows color (decimal): -13912461 or 7583275. OLE color: 7583275.
HSL color Cylindrical-coordinate representation of color #2BB673: hue angle of 151.08º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2BB673 is Cyan = 0.76, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 43 | 182 | 115 | - |
| CMYK | 0.76 | 0 | 0.37 | 0.29 |
| HSL | 151.08º | 0.62% | 0.44% | - |
| HSV(B) | 151.08º | 0.76% | 0.71% | - |
| XYZ | 20.82 | 35.21 | 21.92 | - |
| YUV | 132.8 | 117.95 | 63.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 182 | 115 | 0.76 | 0 | 0.37 | 0.29 | 151.08 | 0.62 | 0.44 |
| Hex | 2B | B6 | 73 | 4C | 0 | 25 | 1D | 97 | 3E | 2C |
| Octal | 53 | 266 | 163 | 114 | 0 | 45 | 35 | 227 | 76 | 54 |
| Binary | 101011 | 10110110 | 1110011 | 1001100 | 0 | 100101 | 11101 | 10010111 | 111110 | 101100 |
Color Harmonies of #2BB673
Complementary color
Monochromatic Colors of #2BB673
Black with #2BB673
Text Example
Text Example
White with #2BB673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB673; }
p { color: rgb(43,182,115); }
H1.HeaderClassName
{
color: #2BB673;
}
.AnyTagClassName
{
color: #2BB673;
}
</style>
background-color css
<style>
a { background-color: #2BB673; }
a { background-color: rgb(43,182,115); }
div.DivClassName
{
background-color: #2BB673;
}
.BgClassName
{
background-color: #2BB673;
}
</style>
border-color css
<style>
span { border-color: #2BB673; }
span { border-color: rgb(43,182,115); }
td.TdClassName
{
border-color: #2BB673;
}
.TagClassName
{
border-color: #2BB673;
}
</style>