Shades of Medium Sea Green #2BAC69
Tints of Medium Sea Green #2BAC69
RGB
CMYK
RGB Variations
Color information
#2BAC69 (or 0x2BAC69) is known color: Medium Sea Green. HEX triplet: 2B, AC and 69. RGB value is (43,172,105). Sum of RGB (Red+Green+Blue) = 43+172+105=320 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.44% from 320); Green value is 172 (67.58% from 255 or 53.75% from 320); Blue value is 105 (41.41% from 255 or 32.81% from 320); Max value from RGB is 172 - color contains mainly: green. Hex color #2BAC69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BAC69 is #D45396. Grayscale: #7D7D7D. Windows color (decimal): -13915031 or 6925355. OLE color: 6925355.
HSL color Cylindrical-coordinate representation of color #2BAC69: hue angle of 148.84º 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 #2BAC69 is Cyan = 0.75, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 172 | 105 | - |
| CMYK | 0.75 | 0 | 0.39 | 0.33 |
| HSL | 148.84º | 0.6% | 0.42% | - |
| HSV(B) | 148.84º | 0.75% | 0.67% | - |
| XYZ | 18.3 | 31.04 | 18.39 | - |
| YUV | 125.79 | 116.26 | 68.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 172 | 105 | 0.75 | 0 | 0.39 | 0.33 | 148.84 | 0.6 | 0.42 |
| Hex | 2B | AC | 69 | 4B | 0 | 27 | 21 | 95 | 3C | 2A |
| Octal | 53 | 254 | 151 | 113 | 0 | 47 | 41 | 225 | 74 | 52 |
| Binary | 101011 | 10101100 | 1101001 | 1001011 | 0 | 100111 | 100001 | 10010101 | 111100 | 101010 |
Color Harmonies of #2BAC69
Complementary color
Monochromatic Colors of #2BAC69
Black with #2BAC69
Text Example
Text Example
White with #2BAC69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAC69; }
p { color: rgb(43,172,105); }
H1.HeaderClassName
{
color: #2BAC69;
}
.AnyTagClassName
{
color: #2BAC69;
}
</style>
background-color css
<style>
a { background-color: #2BAC69; }
a { background-color: rgb(43,172,105); }
div.DivClassName
{
background-color: #2BAC69;
}
.BgClassName
{
background-color: #2BAC69;
}
</style>
border-color css
<style>
span { border-color: #2BAC69; }
span { border-color: rgb(43,172,105); }
td.TdClassName
{
border-color: #2BAC69;
}
.TagClassName
{
border-color: #2BAC69;
}
</style>