Shades of Medium Sea Green #2BAC74
Tints of Medium Sea Green #2BAC74
RGB
CMYK
RGB Variations
Color information
#2BAC74 (or 0x2BAC74) is known color: Medium Sea Green. HEX triplet: 2B, AC and 74. RGB value is (43,172,116). Sum of RGB (Red+Green+Blue) = 43+172+116=331 (43% of max value = 765). Red value is 43 (17.19% from 255 or 12.99% from 331); Green value is 172 (67.58% from 255 or 51.96% from 331); Blue value is 116 (45.70% from 255 or 35.05% from 331); Max value from RGB is 172 - color contains mainly: green. Hex color #2BAC74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BAC74 is #D4538B. Grayscale: #7F7F7F. Windows color (decimal): -13915020 or 7646251. OLE color: 7646251.
HSL color Cylindrical-coordinate representation of color #2BAC74: hue angle of 153.95º 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 #2BAC74 is Cyan = 0.75, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 172 | 116 | - |
| CMYK | 0.75 | 0 | 0.33 | 0.33 |
| HSL | 153.95º | 0.6% | 0.42% | - |
| HSV(B) | 153.95º | 0.75% | 0.67% | - |
| XYZ | 18.9 | 31.28 | 21.56 | - |
| YUV | 127.05 | 121.76 | 68.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 172 | 116 | 0.75 | 0 | 0.33 | 0.33 | 153.95 | 0.6 | 0.42 |
| Hex | 2B | AC | 74 | 4B | 0 | 21 | 21 | 9A | 3C | 2A |
| Octal | 53 | 254 | 164 | 113 | 0 | 41 | 41 | 232 | 74 | 52 |
| Binary | 101011 | 10101100 | 1110100 | 1001011 | 0 | 100001 | 100001 | 10011010 | 111100 | 101010 |
Color Harmonies of #2BAC74
Complementary color
Monochromatic Colors of #2BAC74
Black with #2BAC74
Text Example
Text Example
White with #2BAC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAC74; }
p { color: rgb(43,172,116); }
H1.HeaderClassName
{
color: #2BAC74;
}
.AnyTagClassName
{
color: #2BAC74;
}
</style>
background-color css
<style>
a { background-color: #2BAC74; }
a { background-color: rgb(43,172,116); }
div.DivClassName
{
background-color: #2BAC74;
}
.BgClassName
{
background-color: #2BAC74;
}
</style>
border-color css
<style>
span { border-color: #2BAC74; }
span { border-color: rgb(43,172,116); }
td.TdClassName
{
border-color: #2BAC74;
}
.TagClassName
{
border-color: #2BAC74;
}
</style>