Shades of Medium Sea Green #2BB375
Tints of Medium Sea Green #2BB375
RGB
CMYK
RGB Variations
Color information
#2BB375 (or 0x2BB375) is known color: Medium Sea Green. HEX triplet: 2B, B3 and 75. RGB value is (43,179,117). Sum of RGB (Red+Green+Blue) = 43+179+117=339 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.68% from 339); Green value is 179 (70.31% from 255 or 52.80% from 339); Blue value is 117 (46.09% from 255 or 34.51% from 339); Max value from RGB is 179 - color contains mainly: green. Hex color #2BB375 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BB375 is #D44C8A. Grayscale: #838383. Windows color (decimal): -13913227 or 7713579. OLE color: 7713579.
HSL color Cylindrical-coordinate representation of color #2BB375: hue angle of 152.65º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2BB375 is Cyan = 0.76, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 43 | 179 | 117 | - |
| CMYK | 0.76 | 0 | 0.35 | 0.30 |
| HSL | 152.65º | 0.61% | 0.44% | - |
| HSV(B) | 152.65º | 0.76% | 0.7% | - |
| XYZ | 20.33 | 34.04 | 22.33 | - |
| YUV | 131.27 | 119.94 | 65.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 179 | 117 | 0.76 | 0 | 0.35 | 0.30 | 152.65 | 0.61 | 0.44 |
| Hex | 2B | B3 | 75 | 4C | 0 | 23 | 1E | 99 | 3D | 2C |
| Octal | 53 | 263 | 165 | 114 | 0 | 43 | 36 | 231 | 75 | 54 |
| Binary | 101011 | 10110011 | 1110101 | 1001100 | 0 | 100011 | 11110 | 10011001 | 111101 | 101100 |
Color Harmonies of #2BB375
Complementary color
Monochromatic Colors of #2BB375
Black with #2BB375
Text Example
Text Example
White with #2BB375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB375; }
p { color: rgb(43,179,117); }
H1.HeaderClassName
{
color: #2BB375;
}
.AnyTagClassName
{
color: #2BB375;
}
</style>
background-color css
<style>
a { background-color: #2BB375; }
a { background-color: rgb(43,179,117); }
div.DivClassName
{
background-color: #2BB375;
}
.BgClassName
{
background-color: #2BB375;
}
</style>
border-color css
<style>
span { border-color: #2BB375; }
span { border-color: rgb(43,179,117); }
td.TdClassName
{
border-color: #2BB375;
}
.TagClassName
{
border-color: #2BB375;
}
</style>