Shades of Medium Sea Green #2AC269
Tints of Medium Sea Green #2AC269
RGB
CMYK
RGB Variations
Color information
#2AC269 (or 0x2AC269) is known color: Medium Sea Green. HEX triplet: 2A, C2 and 69. RGB value is (42,194,105). Sum of RGB (Red+Green+Blue) = 42+194+105=341 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.32% from 341); Green value is 194 (76.17% from 255 or 56.89% from 341); Blue value is 105 (41.41% from 255 or 30.79% from 341); Max value from RGB is 194 - color contains mainly: green. Hex color #2AC269 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AC269 is #D53D96. Grayscale: #8A8A8A. Windows color (decimal): -13974935 or 6930986. OLE color: 6930986.
HSL color Cylindrical-coordinate representation of color #2AC269: hue angle of 144.87º 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 #2AC269 is Cyan = 0.78, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 42 | 194 | 105 | - |
| CMYK | 0.78 | 0 | 0.46 | 0.24 |
| HSL | 144.87º | 0.64% | 0.46% | - |
| HSV(B) | 144.87º | 0.78% | 0.76% | - |
| XYZ | 22.8 | 40.1 | 19.9 | - |
| YUV | 138.41 | 109.14 | 59.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 194 | 105 | 0.78 | 0 | 0.46 | 0.24 | 144.87 | 0.64 | 0.46 |
| Hex | 2A | C2 | 69 | 4E | 0 | 2E | 18 | 91 | 40 | 2E |
| Octal | 52 | 302 | 151 | 116 | 0 | 56 | 30 | 221 | 100 | 56 |
| Binary | 101010 | 11000010 | 1101001 | 1001110 | 0 | 101110 | 11000 | 10010001 | 1000000 | 101110 |
Color Harmonies of #2AC269
Complementary color
Monochromatic Colors of #2AC269
Black with #2AC269
Text Example
Text Example
White with #2AC269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC269; }
p { color: rgb(42,194,105); }
H1.HeaderClassName
{
color: #2AC269;
}
.AnyTagClassName
{
color: #2AC269;
}
</style>
background-color css
<style>
a { background-color: #2AC269; }
a { background-color: rgb(42,194,105); }
div.DivClassName
{
background-color: #2AC269;
}
.BgClassName
{
background-color: #2AC269;
}
</style>
border-color css
<style>
span { border-color: #2AC269; }
span { border-color: rgb(42,194,105); }
td.TdClassName
{
border-color: #2AC269;
}
.TagClassName
{
border-color: #2AC269;
}
</style>