Shades of Medium Sea Green #2AAE75
Tints of Medium Sea Green #2AAE75
RGB
CMYK
RGB Variations
Color information
#2AAE75 (or 0x2AAE75) is known color: Medium Sea Green. HEX triplet: 2A, AE and 75. RGB value is (42,174,117). Sum of RGB (Red+Green+Blue) = 42+174+117=333 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.61% from 333); Green value is 174 (68.36% from 255 or 52.25% from 333); Blue value is 117 (46.09% from 255 or 35.14% from 333); Max value from RGB is 174 - color contains mainly: green. Hex color #2AAE75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AAE75 is #D5518A. Grayscale: #808080. Windows color (decimal): -13980043 or 7712298. OLE color: 7712298.
HSL color Cylindrical-coordinate representation of color #2AAE75: hue angle of 154.09º 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 #2AAE75 is Cyan = 0.76, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 42 | 174 | 117 | - |
| CMYK | 0.76 | 0 | 0.33 | 0.32 |
| HSL | 154.09º | 0.61% | 0.42% | - |
| HSV(B) | 154.09º | 0.76% | 0.68% | - |
| XYZ | 19.3 | 32.05 | 22 | - |
| YUV | 128.03 | 121.77 | 66.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 174 | 117 | 0.76 | 0 | 0.33 | 0.32 | 154.09 | 0.61 | 0.42 |
| Hex | 2A | AE | 75 | 4C | 0 | 21 | 20 | 9A | 3D | 2A |
| Octal | 52 | 256 | 165 | 114 | 0 | 41 | 40 | 232 | 75 | 52 |
| Binary | 101010 | 10101110 | 1110101 | 1001100 | 0 | 100001 | 100000 | 10011010 | 111101 | 101010 |
Color Harmonies of #2AAE75
Complementary color
Monochromatic Colors of #2AAE75
Black with #2AAE75
Text Example
Text Example
White with #2AAE75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAE75; }
p { color: rgb(42,174,117); }
H1.HeaderClassName
{
color: #2AAE75;
}
.AnyTagClassName
{
color: #2AAE75;
}
</style>
background-color css
<style>
a { background-color: #2AAE75; }
a { background-color: rgb(42,174,117); }
div.DivClassName
{
background-color: #2AAE75;
}
.BgClassName
{
background-color: #2AAE75;
}
</style>
border-color css
<style>
span { border-color: #2AAE75; }
span { border-color: rgb(42,174,117); }
td.TdClassName
{
border-color: #2AAE75;
}
.TagClassName
{
border-color: #2AAE75;
}
</style>