Shades of Medium Sea Green #2BAB66
Tints of Medium Sea Green #2BAB66
RGB
CMYK
RGB Variations
Color information
#2BAB66 (or 0x2BAB66) is known color: Medium Sea Green. HEX triplet: 2B, AB and 66. RGB value is (43,171,102). Sum of RGB (Red+Green+Blue) = 43+171+102=316 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.61% from 316); Green value is 171 (67.19% from 255 or 54.11% from 316); Blue value is 102 (40.23% from 255 or 32.28% from 316); Max value from RGB is 171 - color contains mainly: green. Hex color #2BAB66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BAB66 is #D45499. Grayscale: #7D7D7D. Windows color (decimal): -13915290 or 6728491. OLE color: 6728491.
HSL color Cylindrical-coordinate representation of color #2BAB66: hue angle of 147.66º 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 #2BAB66 is Cyan = 0.75, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 171 | 102 | - |
| CMYK | 0.75 | 0 | 0.40 | 0.33 |
| HSL | 147.66º | 0.6% | 0.42% | - |
| HSV(B) | 147.66º | 0.75% | 0.67% | - |
| XYZ | 17.96 | 30.6 | 17.53 | - |
| YUV | 124.86 | 115.09 | 69.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 171 | 102 | 0.75 | 0 | 0.40 | 0.33 | 147.66 | 0.6 | 0.42 |
| Hex | 2B | AB | 66 | 4B | 0 | 28 | 21 | 94 | 3C | 2A |
| Octal | 53 | 253 | 146 | 113 | 0 | 50 | 41 | 224 | 74 | 52 |
| Binary | 101011 | 10101011 | 1100110 | 1001011 | 0 | 101000 | 100001 | 10010100 | 111100 | 101010 |
Color Harmonies of #2BAB66
Complementary color
Monochromatic Colors of #2BAB66
Black with #2BAB66
Text Example
Text Example
White with #2BAB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAB66; }
p { color: rgb(43,171,102); }
H1.HeaderClassName
{
color: #2BAB66;
}
.AnyTagClassName
{
color: #2BAB66;
}
</style>
background-color css
<style>
a { background-color: #2BAB66; }
a { background-color: rgb(43,171,102); }
div.DivClassName
{
background-color: #2BAB66;
}
.BgClassName
{
background-color: #2BAB66;
}
</style>
border-color css
<style>
span { border-color: #2BAB66; }
span { border-color: rgb(43,171,102); }
td.TdClassName
{
border-color: #2BAB66;
}
.TagClassName
{
border-color: #2BAB66;
}
</style>