Shades of Medium Sea Green #2BAE68
Tints of Medium Sea Green #2BAE68
RGB
CMYK
RGB Variations
Color information
#2BAE68 (or 0x2BAE68) is known color: Medium Sea Green. HEX triplet: 2B, AE and 68. RGB value is (43,174,104). Sum of RGB (Red+Green+Blue) = 43+174+104=321 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.40% from 321); Green value is 174 (68.36% from 255 or 54.21% from 321); Blue value is 104 (41.02% from 255 or 32.40% from 321); Max value from RGB is 174 - color contains mainly: green. Hex color #2BAE68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BAE68 is #D45197. Grayscale: #7F7F7F. Windows color (decimal): -13914520 or 6860331. OLE color: 6860331.
HSL color Cylindrical-coordinate representation of color #2BAE68: hue angle of 147.94º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BAE68 is Cyan = 0.75, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 43 | 174 | 104 | - |
| CMYK | 0.75 | 0 | 0.40 | 0.32 |
| HSL | 147.94º | 0.6% | 0.43% | - |
| HSV(B) | 147.94º | 0.75% | 0.68% | - |
| XYZ | 18.63 | 31.79 | 18.25 | - |
| YUV | 126.85 | 115.1 | 68.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 174 | 104 | 0.75 | 0 | 0.40 | 0.32 | 147.94 | 0.6 | 0.43 |
| Hex | 2B | AE | 68 | 4B | 0 | 28 | 20 | 94 | 3C | 2B |
| Octal | 53 | 256 | 150 | 113 | 0 | 50 | 40 | 224 | 74 | 53 |
| Binary | 101011 | 10101110 | 1101000 | 1001011 | 0 | 101000 | 100000 | 10010100 | 111100 | 101011 |
Color Harmonies of #2BAE68
Complementary color
Monochromatic Colors of #2BAE68
Black with #2BAE68
Text Example
Text Example
White with #2BAE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAE68; }
p { color: rgb(43,174,104); }
H1.HeaderClassName
{
color: #2BAE68;
}
.AnyTagClassName
{
color: #2BAE68;
}
</style>
background-color css
<style>
a { background-color: #2BAE68; }
a { background-color: rgb(43,174,104); }
div.DivClassName
{
background-color: #2BAE68;
}
.BgClassName
{
background-color: #2BAE68;
}
</style>
border-color css
<style>
span { border-color: #2BAE68; }
span { border-color: rgb(43,174,104); }
td.TdClassName
{
border-color: #2BAE68;
}
.TagClassName
{
border-color: #2BAE68;
}
</style>