Shades of Medium Sea Green #2BAB6A
Tints of Medium Sea Green #2BAB6A
RGB
CMYK
RGB Variations
Color information
#2BAB6A (or 0x2BAB6A) is known color: Medium Sea Green. HEX triplet: 2B, AB and 6A. RGB value is (43,171,106). Sum of RGB (Red+Green+Blue) = 43+171+106=320 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.44% from 320); Green value is 171 (67.19% from 255 or 53.44% from 320); Blue value is 106 (41.80% from 255 or 33.12% from 320); Max value from RGB is 171 - color contains mainly: green. Hex color #2BAB6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BAB6A is #D45495. Grayscale: #7D7D7D. Windows color (decimal): -13915286 or 6990635. OLE color: 6990635.
HSL color Cylindrical-coordinate representation of color #2BAB6A: hue angle of 149.53º 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 #2BAB6A is Cyan = 0.75, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 171 | 106 | - |
| CMYK | 0.75 | 0 | 0.38 | 0.33 |
| HSL | 149.53º | 0.6% | 0.42% | - |
| HSV(B) | 149.53º | 0.75% | 0.67% | - |
| XYZ | 18.16 | 30.68 | 18.6 | - |
| YUV | 125.32 | 117.09 | 69.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 171 | 106 | 0.75 | 0 | 0.38 | 0.33 | 149.53 | 0.6 | 0.42 |
| Hex | 2B | AB | 6A | 4B | 0 | 26 | 21 | 96 | 3C | 2A |
| Octal | 53 | 253 | 152 | 113 | 0 | 46 | 41 | 226 | 74 | 52 |
| Binary | 101011 | 10101011 | 1101010 | 1001011 | 0 | 100110 | 100001 | 10010110 | 111100 | 101010 |
Color Harmonies of #2BAB6A
Complementary color
Monochromatic Colors of #2BAB6A
Black with #2BAB6A
Text Example
Text Example
White with #2BAB6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAB6A; }
p { color: rgb(43,171,106); }
H1.HeaderClassName
{
color: #2BAB6A;
}
.AnyTagClassName
{
color: #2BAB6A;
}
</style>
background-color css
<style>
a { background-color: #2BAB6A; }
a { background-color: rgb(43,171,106); }
div.DivClassName
{
background-color: #2BAB6A;
}
.BgClassName
{
background-color: #2BAB6A;
}
</style>
border-color css
<style>
span { border-color: #2BAB6A; }
span { border-color: rgb(43,171,106); }
td.TdClassName
{
border-color: #2BAB6A;
}
.TagClassName
{
border-color: #2BAB6A;
}
</style>