Shades of Medium Sea Green #2AC277
Tints of Medium Sea Green #2AC277
RGB
CMYK
RGB Variations
Color information
#2AC277 (or 0x2AC277) is known color: Medium Sea Green. HEX triplet: 2A, C2 and 77. RGB value is (42,194,119). Sum of RGB (Red+Green+Blue) = 42+194+119=355 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.83% from 355); Green value is 194 (76.17% from 255 or 54.65% from 355); Blue value is 119 (46.88% from 255 or 33.52% from 355); Max value from RGB is 194 - color contains mainly: green. Hex color #2AC277 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AC277 is #D53D88. Grayscale: #8C8C8C. Windows color (decimal): -13974921 or 7848490. OLE color: 7848490.
HSL color Cylindrical-coordinate representation of color #2AC277: hue angle of 150.39º 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 #2AC277 is Cyan = 0.78, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 42 | 194 | 119 | - |
| CMYK | 0.78 | 0 | 0.39 | 0.24 |
| HSL | 150.39º | 0.64% | 0.46% | - |
| HSV(B) | 150.39º | 0.78% | 0.76% | - |
| XYZ | 23.58 | 40.41 | 24.01 | - |
| YUV | 140 | 116.14 | 58.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 194 | 119 | 0.78 | 0 | 0.39 | 0.24 | 150.39 | 0.64 | 0.46 |
| Hex | 2A | C2 | 77 | 4E | 0 | 27 | 18 | 96 | 40 | 2E |
| Octal | 52 | 302 | 167 | 116 | 0 | 47 | 30 | 226 | 100 | 56 |
| Binary | 101010 | 11000010 | 1110111 | 1001110 | 0 | 100111 | 11000 | 10010110 | 1000000 | 101110 |
Color Harmonies of #2AC277
Complementary color
Monochromatic Colors of #2AC277
Black with #2AC277
Text Example
Text Example
White with #2AC277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC277; }
p { color: rgb(42,194,119); }
H1.HeaderClassName
{
color: #2AC277;
}
.AnyTagClassName
{
color: #2AC277;
}
</style>
background-color css
<style>
a { background-color: #2AC277; }
a { background-color: rgb(42,194,119); }
div.DivClassName
{
background-color: #2AC277;
}
.BgClassName
{
background-color: #2AC277;
}
</style>
border-color css
<style>
span { border-color: #2AC277; }
span { border-color: rgb(42,194,119); }
td.TdClassName
{
border-color: #2AC277;
}
.TagClassName
{
border-color: #2AC277;
}
</style>