Shades of Medium Sea Green #2BAC6B
Tints of Medium Sea Green #2BAC6B
RGB
CMYK
RGB Variations
Color information
#2BAC6B (or 0x2BAC6B) is known color: Medium Sea Green. HEX triplet: 2B, AC and 6B. RGB value is (43,172,107). Sum of RGB (Red+Green+Blue) = 43+172+107=322 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.35% from 322); Green value is 172 (67.58% from 255 or 53.42% from 322); Blue value is 107 (42.19% from 255 or 33.23% from 322); Max value from RGB is 172 - color contains mainly: green. Hex color #2BAC6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BAC6B is #D45394. Grayscale: #7E7E7E. Windows color (decimal): -13915029 or 7056427. OLE color: 7056427.
HSL color Cylindrical-coordinate representation of color #2BAC6B: hue angle of 149.77º 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 #2BAC6B is Cyan = 0.75, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 172 | 107 | - |
| CMYK | 0.75 | 0 | 0.38 | 0.33 |
| HSL | 149.77º | 0.6% | 0.42% | - |
| HSV(B) | 149.77º | 0.75% | 0.67% | - |
| XYZ | 18.4 | 31.08 | 18.94 | - |
| YUV | 126.02 | 117.26 | 68.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 172 | 107 | 0.75 | 0 | 0.38 | 0.33 | 149.77 | 0.6 | 0.42 |
| Hex | 2B | AC | 6B | 4B | 0 | 26 | 21 | 96 | 3C | 2A |
| Octal | 53 | 254 | 153 | 113 | 0 | 46 | 41 | 226 | 74 | 52 |
| Binary | 101011 | 10101100 | 1101011 | 1001011 | 0 | 100110 | 100001 | 10010110 | 111100 | 101010 |
Color Harmonies of #2BAC6B
Complementary color
Monochromatic Colors of #2BAC6B
Black with #2BAC6B
Text Example
Text Example
White with #2BAC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAC6B; }
p { color: rgb(43,172,107); }
H1.HeaderClassName
{
color: #2BAC6B;
}
.AnyTagClassName
{
color: #2BAC6B;
}
</style>
background-color css
<style>
a { background-color: #2BAC6B; }
a { background-color: rgb(43,172,107); }
div.DivClassName
{
background-color: #2BAC6B;
}
.BgClassName
{
background-color: #2BAC6B;
}
</style>
border-color css
<style>
span { border-color: #2BAC6B; }
span { border-color: rgb(43,172,107); }
td.TdClassName
{
border-color: #2BAC6B;
}
.TagClassName
{
border-color: #2BAC6B;
}
</style>