Shades of Medium Sea Green #2AC26E
Tints of Medium Sea Green #2AC26E
RGB
CMYK
RGB Variations
Color information
#2AC26E (or 0x2AC26E) is known color: Medium Sea Green. HEX triplet: 2A, C2 and 6E. RGB value is (42,194,110). Sum of RGB (Red+Green+Blue) = 42+194+110=346 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.14% from 346); Green value is 194 (76.17% from 255 or 56.07% from 346); Blue value is 110 (43.36% from 255 or 31.79% from 346); Max value from RGB is 194 - color contains mainly: green. Hex color #2AC26E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AC26E is #D53D91. Grayscale: #8B8B8B. Windows color (decimal): -13974930 or 7258666. OLE color: 7258666.
HSL color Cylindrical-coordinate representation of color #2AC26E: hue angle of 146.84º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2AC26E is Cyan = 0.78, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 42 | 194 | 110 | - |
| CMYK | 0.78 | 0 | 0.43 | 0.24 |
| HSL | 146.84º | 0.64% | 0.46% | - |
| HSV(B) | 146.84º | 0.78% | 0.76% | - |
| XYZ | 23.06 | 40.2 | 21.3 | - |
| YUV | 138.98 | 111.64 | 58.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 194 | 110 | 0.78 | 0 | 0.43 | 0.24 | 146.84 | 0.64 | 0.46 |
| Hex | 2A | C2 | 6E | 4E | 0 | 2B | 18 | 93 | 40 | 2E |
| Octal | 52 | 302 | 156 | 116 | 0 | 53 | 30 | 223 | 100 | 56 |
| Binary | 101010 | 11000010 | 1101110 | 1001110 | 0 | 101011 | 11000 | 10010011 | 1000000 | 101110 |
Color Harmonies of #2AC26E
Complementary color
Monochromatic Colors of #2AC26E
Black with #2AC26E
Text Example
Text Example
White with #2AC26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC26E; }
p { color: rgb(42,194,110); }
H1.HeaderClassName
{
color: #2AC26E;
}
.AnyTagClassName
{
color: #2AC26E;
}
</style>
background-color css
<style>
a { background-color: #2AC26E; }
a { background-color: rgb(42,194,110); }
div.DivClassName
{
background-color: #2AC26E;
}
.BgClassName
{
background-color: #2AC26E;
}
</style>
border-color css
<style>
span { border-color: #2AC26E; }
span { border-color: rgb(42,194,110); }
td.TdClassName
{
border-color: #2AC26E;
}
.TagClassName
{
border-color: #2AC26E;
}
</style>