Shades of Medium Sea Green #2AAE6F
Tints of Medium Sea Green #2AAE6F
RGB
CMYK
RGB Variations
Color information
#2AAE6F (or 0x2AAE6F) is known color: Medium Sea Green. HEX triplet: 2A, AE and 6F. RGB value is (42,174,111). Sum of RGB (Red+Green+Blue) = 42+174+111=327 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.84% from 327); Green value is 174 (68.36% from 255 or 53.21% from 327); Blue value is 111 (43.75% from 255 or 33.94% from 327); Max value from RGB is 174 - color contains mainly: green. Hex color #2AAE6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AAE6F is #D55190. Grayscale: #7F7F7F. Windows color (decimal): -13980049 or 7319082. OLE color: 7319082.
HSL color Cylindrical-coordinate representation of color #2AAE6F: hue angle of 151.36º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2AAE6F is Cyan = 0.76, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 42 | 174 | 111 | - |
| CMYK | 0.76 | 0 | 0.36 | 0.32 |
| HSL | 151.36º | 0.61% | 0.42% | - |
| HSV(B) | 151.36º | 0.76% | 0.68% | - |
| XYZ | 18.96 | 31.91 | 20.2 | - |
| YUV | 127.35 | 118.77 | 67.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 174 | 111 | 0.76 | 0 | 0.36 | 0.32 | 151.36 | 0.61 | 0.42 |
| Hex | 2A | AE | 6F | 4C | 0 | 24 | 20 | 97 | 3D | 2A |
| Octal | 52 | 256 | 157 | 114 | 0 | 44 | 40 | 227 | 75 | 52 |
| Binary | 101010 | 10101110 | 1101111 | 1001100 | 0 | 100100 | 100000 | 10010111 | 111101 | 101010 |
Color Harmonies of #2AAE6F
Complementary color
Monochromatic Colors of #2AAE6F
Black with #2AAE6F
Text Example
Text Example
White with #2AAE6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAE6F; }
p { color: rgb(42,174,111); }
H1.HeaderClassName
{
color: #2AAE6F;
}
.AnyTagClassName
{
color: #2AAE6F;
}
</style>
background-color css
<style>
a { background-color: #2AAE6F; }
a { background-color: rgb(42,174,111); }
div.DivClassName
{
background-color: #2AAE6F;
}
.BgClassName
{
background-color: #2AAE6F;
}
</style>
border-color css
<style>
span { border-color: #2AAE6F; }
span { border-color: rgb(42,174,111); }
td.TdClassName
{
border-color: #2AAE6F;
}
.TagClassName
{
border-color: #2AAE6F;
}
</style>