Shades of Medium Sea Green #2AB26F
Tints of Medium Sea Green #2AB26F
RGB
CMYK
RGB Variations
Color information
#2AB26F (or 0x2AB26F) is known color: Medium Sea Green. HEX triplet: 2A, B2 and 6F. RGB value is (42,178,111). Sum of RGB (Red+Green+Blue) = 42+178+111=331 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.69% from 331); Green value is 178 (69.92% from 255 or 53.78% from 331); Blue value is 111 (43.75% from 255 or 33.53% from 331); Max value from RGB is 178 - color contains mainly: green. Hex color #2AB26F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AB26F is #D54D90. Grayscale: #818181. Windows color (decimal): -13979025 or 7320106. OLE color: 7320106.
HSL color Cylindrical-coordinate representation of color #2AB26F: hue angle of 150.44º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2AB26F is Cyan = 0.76, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 42 | 178 | 111 | - |
| CMYK | 0.76 | 0 | 0.38 | 0.30 |
| HSL | 150.44º | 0.62% | 0.43% | - |
| HSV(B) | 150.44º | 0.76% | 0.7% | - |
| XYZ | 19.74 | 33.48 | 20.46 | - |
| YUV | 129.7 | 117.44 | 65.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 178 | 111 | 0.76 | 0 | 0.38 | 0.30 | 150.44 | 0.62 | 0.43 |
| Hex | 2A | B2 | 6F | 4C | 0 | 26 | 1E | 96 | 3E | 2B |
| Octal | 52 | 262 | 157 | 114 | 0 | 46 | 36 | 226 | 76 | 53 |
| Binary | 101010 | 10110010 | 1101111 | 1001100 | 0 | 100110 | 11110 | 10010110 | 111110 | 101011 |
Color Harmonies of #2AB26F
Complementary color
Monochromatic Colors of #2AB26F
Black with #2AB26F
Text Example
Text Example
White with #2AB26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB26F; }
p { color: rgb(42,178,111); }
H1.HeaderClassName
{
color: #2AB26F;
}
.AnyTagClassName
{
color: #2AB26F;
}
</style>
background-color css
<style>
a { background-color: #2AB26F; }
a { background-color: rgb(42,178,111); }
div.DivClassName
{
background-color: #2AB26F;
}
.BgClassName
{
background-color: #2AB26F;
}
</style>
border-color css
<style>
span { border-color: #2AB26F; }
span { border-color: rgb(42,178,111); }
td.TdClassName
{
border-color: #2AB26F;
}
.TagClassName
{
border-color: #2AB26F;
}
</style>