Shades of Medium Sea Green #2AC276
Tints of Medium Sea Green #2AC276
RGB
CMYK
RGB Variations
Color information
#2AC276 (or 0x2AC276) is known color: Medium Sea Green. HEX triplet: 2A, C2 and 76. RGB value is (42,194,118). Sum of RGB (Red+Green+Blue) = 42+194+118=354 (46% of max value = 765). Red value is 42 (16.80% from 255 or 11.86% from 354); Green value is 194 (76.17% from 255 or 54.80% from 354); Blue value is 118 (46.48% from 255 or 33.33% from 354); Max value from RGB is 194 - color contains mainly: green. Hex color #2AC276 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AC276 is #D53D89. Grayscale: #8C8C8C. Windows color (decimal): -13974922 or 7782954. OLE color: 7782954.
HSL color Cylindrical-coordinate representation of color #2AC276: hue angle of 150º 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 #2AC276 is Cyan = 0.78, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 42 | 194 | 118 | - |
| CMYK | 0.78 | 0 | 0.39 | 0.24 |
| HSL | 150º | 0.64% | 0.46% | - |
| HSV(B) | 150º | 0.78% | 0.76% | - |
| XYZ | 23.52 | 40.38 | 23.69 | - |
| YUV | 139.89 | 115.64 | 58.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 194 | 118 | 0.78 | 0 | 0.39 | 0.24 | 150 | 0.64 | 0.46 |
| Hex | 2A | C2 | 76 | 4E | 0 | 27 | 18 | 96 | 40 | 2E |
| Octal | 52 | 302 | 166 | 116 | 0 | 47 | 30 | 226 | 100 | 56 |
| Binary | 101010 | 11000010 | 1110110 | 1001110 | 0 | 100111 | 11000 | 10010110 | 1000000 | 101110 |
Color Harmonies of #2AC276
Complementary color
Monochromatic Colors of #2AC276
Black with #2AC276
Text Example
Text Example
White with #2AC276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC276; }
p { color: rgb(42,194,118); }
H1.HeaderClassName
{
color: #2AC276;
}
.AnyTagClassName
{
color: #2AC276;
}
</style>
background-color css
<style>
a { background-color: #2AC276; }
a { background-color: rgb(42,194,118); }
div.DivClassName
{
background-color: #2AC276;
}
.BgClassName
{
background-color: #2AC276;
}
</style>
border-color css
<style>
span { border-color: #2AC276; }
span { border-color: rgb(42,194,118); }
td.TdClassName
{
border-color: #2AC276;
}
.TagClassName
{
border-color: #2AC276;
}
</style>