Shades of Medium Sea Green #2AB266
Tints of Medium Sea Green #2AB266
RGB
CMYK
RGB Variations
Color information
#2AB266 (or 0x2AB266) is known color: Medium Sea Green. HEX triplet: 2A, B2 and 66. RGB value is (42,178,102). Sum of RGB (Red+Green+Blue) = 42+178+102=322 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.04% from 322); Green value is 178 (69.92% from 255 or 55.28% from 322); Blue value is 102 (40.23% from 255 or 31.68% from 322); Max value from RGB is 178 - color contains mainly: green. Hex color #2AB266 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AB266 is #D54D99. Grayscale: #808080. Windows color (decimal): -13979034 or 6730282. OLE color: 6730282.
HSL color Cylindrical-coordinate representation of color #2AB266: hue angle of 146.47º 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 #2AB266 is Cyan = 0.76, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 42 | 178 | 102 | - |
| CMYK | 0.76 | 0 | 0.43 | 0.30 |
| HSL | 146.47º | 0.62% | 0.43% | - |
| HSV(B) | 146.47º | 0.76% | 0.7% | - |
| XYZ | 19.27 | 33.29 | 17.98 | - |
| YUV | 128.67 | 112.94 | 66.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 178 | 102 | 0.76 | 0 | 0.43 | 0.30 | 146.47 | 0.62 | 0.43 |
| Hex | 2A | B2 | 66 | 4C | 0 | 2B | 1E | 92 | 3E | 2B |
| Octal | 52 | 262 | 146 | 114 | 0 | 53 | 36 | 222 | 76 | 53 |
| Binary | 101010 | 10110010 | 1100110 | 1001100 | 0 | 101011 | 11110 | 10010010 | 111110 | 101011 |
Color Harmonies of #2AB266
Complementary color
Monochromatic Colors of #2AB266
Black with #2AB266
Text Example
Text Example
White with #2AB266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB266; }
p { color: rgb(42,178,102); }
H1.HeaderClassName
{
color: #2AB266;
}
.AnyTagClassName
{
color: #2AB266;
}
</style>
background-color css
<style>
a { background-color: #2AB266; }
a { background-color: rgb(42,178,102); }
div.DivClassName
{
background-color: #2AB266;
}
.BgClassName
{
background-color: #2AB266;
}
</style>
border-color css
<style>
span { border-color: #2AB266; }
span { border-color: rgb(42,178,102); }
td.TdClassName
{
border-color: #2AB266;
}
.TagClassName
{
border-color: #2AB266;
}
</style>