Shades of Medium Sea Green #2BAA74
Tints of Medium Sea Green #2BAA74
RGB
CMYK
RGB Variations
Color information
#2BAA74 (or 0x2BAA74) is known color: Medium Sea Green. HEX triplet: 2B, AA and 74. RGB value is (43,170,116). Sum of RGB (Red+Green+Blue) = 43+170+116=329 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.07% from 329); Green value is 170 (66.80% from 255 or 51.67% from 329); Blue value is 116 (45.70% from 255 or 35.26% from 329); Max value from RGB is 170 - color contains mainly: green. Hex color #2BAA74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BAA74 is #D4558B. Grayscale: #7D7D7D. Windows color (decimal): -13915532 or 7645739. OLE color: 7645739.
HSL color Cylindrical-coordinate representation of color #2BAA74: hue angle of 154.49º 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 #2BAA74 is Cyan = 0.75, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 170 | 116 | - |
| CMYK | 0.75 | 0 | 0.32 | 0.33 |
| HSL | 154.49º | 0.6% | 0.42% | - |
| HSV(B) | 154.49º | 0.75% | 0.67% | - |
| XYZ | 18.52 | 30.52 | 21.44 | - |
| YUV | 125.87 | 122.42 | 68.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 170 | 116 | 0.75 | 0 | 0.32 | 0.33 | 154.49 | 0.6 | 0.42 |
| Hex | 2B | AA | 74 | 4B | 0 | 20 | 21 | 9A | 3C | 2A |
| Octal | 53 | 252 | 164 | 113 | 0 | 40 | 41 | 232 | 74 | 52 |
| Binary | 101011 | 10101010 | 1110100 | 1001011 | 0 | 100000 | 100001 | 10011010 | 111100 | 101010 |
Color Harmonies of #2BAA74
Complementary color
Monochromatic Colors of #2BAA74
Black with #2BAA74
Text Example
Text Example
White with #2BAA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAA74; }
p { color: rgb(43,170,116); }
H1.HeaderClassName
{
color: #2BAA74;
}
.AnyTagClassName
{
color: #2BAA74;
}
</style>
background-color css
<style>
a { background-color: #2BAA74; }
a { background-color: rgb(43,170,116); }
div.DivClassName
{
background-color: #2BAA74;
}
.BgClassName
{
background-color: #2BAA74;
}
</style>
border-color css
<style>
span { border-color: #2BAA74; }
span { border-color: rgb(43,170,116); }
td.TdClassName
{
border-color: #2BAA74;
}
.TagClassName
{
border-color: #2BAA74;
}
</style>