Shades of Medium Sea Green #2BB374
Tints of Medium Sea Green #2BB374
RGB
CMYK
RGB Variations
Color information
#2BB374 (or 0x2BB374) is known color: Medium Sea Green. HEX triplet: 2B, B3 and 74. RGB value is (43,179,116). Sum of RGB (Red+Green+Blue) = 43+179+116=338 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.72% from 338); Green value is 179 (70.31% from 255 or 52.96% from 338); Blue value is 116 (45.70% from 255 or 34.32% from 338); Max value from RGB is 179 - color contains mainly: green. Hex color #2BB374 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BB374 is #D44C8B. Grayscale: #838383. Windows color (decimal): -13913228 or 7648043. OLE color: 7648043.
HSL color Cylindrical-coordinate representation of color #2BB374: hue angle of 152.21º 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 #2BB374 is Cyan = 0.76, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 43 | 179 | 116 | - |
| CMYK | 0.76 | 0 | 0.35 | 0.30 |
| HSL | 152.21º | 0.61% | 0.44% | - |
| HSV(B) | 152.21º | 0.76% | 0.7% | - |
| XYZ | 20.27 | 34.01 | 22.02 | - |
| YUV | 131.15 | 119.44 | 65.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 179 | 116 | 0.76 | 0 | 0.35 | 0.30 | 152.21 | 0.61 | 0.44 |
| Hex | 2B | B3 | 74 | 4C | 0 | 23 | 1E | 98 | 3D | 2C |
| Octal | 53 | 263 | 164 | 114 | 0 | 43 | 36 | 230 | 75 | 54 |
| Binary | 101011 | 10110011 | 1110100 | 1001100 | 0 | 100011 | 11110 | 10011000 | 111101 | 101100 |
Color Harmonies of #2BB374
Complementary color
Monochromatic Colors of #2BB374
Black with #2BB374
Text Example
Text Example
White with #2BB374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB374; }
p { color: rgb(43,179,116); }
H1.HeaderClassName
{
color: #2BB374;
}
.AnyTagClassName
{
color: #2BB374;
}
</style>
background-color css
<style>
a { background-color: #2BB374; }
a { background-color: rgb(43,179,116); }
div.DivClassName
{
background-color: #2BB374;
}
.BgClassName
{
background-color: #2BB374;
}
</style>
border-color css
<style>
span { border-color: #2BB374; }
span { border-color: rgb(43,179,116); }
td.TdClassName
{
border-color: #2BB374;
}
.TagClassName
{
border-color: #2BB374;
}
</style>