Shades of Medium Sea Green #2BAC75
Tints of Medium Sea Green #2BAC75
RGB
CMYK
RGB Variations
Color information
#2BAC75 (or 0x2BAC75) is known color: Medium Sea Green. HEX triplet: 2B, AC and 75. RGB value is (43,172,117). Sum of RGB (Red+Green+Blue) = 43+172+117=332 (43% of max value = 765). Red value is 43 (17.19% from 255 or 12.95% from 332); Green value is 172 (67.58% from 255 or 51.81% from 332); Blue value is 117 (46.09% from 255 or 35.24% from 332); Max value from RGB is 172 - color contains mainly: green. Hex color #2BAC75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BAC75 is #D4538A. Grayscale: #7F7F7F. Windows color (decimal): -13915019 or 7711787. OLE color: 7711787.
HSL color Cylindrical-coordinate representation of color #2BAC75: hue angle of 154.42º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BAC75 is Cyan = 0.75, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 172 | 117 | - |
| CMYK | 0.75 | 0 | 0.32 | 0.33 |
| HSL | 154.42º | 0.6% | 0.42% | - |
| HSV(B) | 154.42º | 0.75% | 0.67% | - |
| XYZ | 18.96 | 31.3 | 21.87 | - |
| YUV | 127.16 | 122.26 | 67.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 172 | 117 | 0.75 | 0 | 0.32 | 0.33 | 154.42 | 0.6 | 0.42 |
| Hex | 2B | AC | 75 | 4B | 0 | 20 | 21 | 9A | 3C | 2A |
| Octal | 53 | 254 | 165 | 113 | 0 | 40 | 41 | 232 | 74 | 52 |
| Binary | 101011 | 10101100 | 1110101 | 1001011 | 0 | 100000 | 100001 | 10011010 | 111100 | 101010 |
Color Harmonies of #2BAC75
Complementary color
Monochromatic Colors of #2BAC75
Black with #2BAC75
Text Example
Text Example
White with #2BAC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAC75; }
p { color: rgb(43,172,117); }
H1.HeaderClassName
{
color: #2BAC75;
}
.AnyTagClassName
{
color: #2BAC75;
}
</style>
background-color css
<style>
a { background-color: #2BAC75; }
a { background-color: rgb(43,172,117); }
div.DivClassName
{
background-color: #2BAC75;
}
.BgClassName
{
background-color: #2BAC75;
}
</style>
border-color css
<style>
span { border-color: #2BAC75; }
span { border-color: rgb(43,172,117); }
td.TdClassName
{
border-color: #2BAC75;
}
.TagClassName
{
border-color: #2BAC75;
}
</style>