Shades of Medium Sea Green #2DAE77
Tints of Medium Sea Green #2DAE77
RGB
CMYK
RGB Variations
Color information
#2DAE77 (or 0x2DAE77) is known color: Medium Sea Green. HEX triplet: 2D, AE and 77. RGB value is (45,174,119). Sum of RGB (Red+Green+Blue) = 45+174+119=338 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.31% from 338); Green value is 174 (68.36% from 255 or 51.48% from 338); Blue value is 119 (46.88% from 255 or 35.21% from 338); Max value from RGB is 174 - color contains mainly: green. Hex color #2DAE77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DAE77 is #D25188. Grayscale: #818181. Windows color (decimal): -13783433 or 7843373. OLE color: 7843373.
HSL color Cylindrical-coordinate representation of color #2DAE77: hue angle of 154.42º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2DAE77 is Cyan = 0.74, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 45 | 174 | 119 | - |
| CMYK | 0.74 | 0 | 0.32 | 0.32 |
| HSL | 154.42º | 0.59% | 0.43% | - |
| HSV(B) | 154.42º | 0.74% | 0.68% | - |
| XYZ | 19.55 | 32.16 | 22.63 | - |
| YUV | 129.16 | 122.26 | 67.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 174 | 119 | 0.74 | 0 | 0.32 | 0.32 | 154.42 | 0.59 | 0.43 |
| Hex | 2D | AE | 77 | 4A | 0 | 20 | 20 | 9A | 3B | 2B |
| Octal | 55 | 256 | 167 | 112 | 0 | 40 | 40 | 232 | 73 | 53 |
| Binary | 101101 | 10101110 | 1110111 | 1001010 | 0 | 100000 | 100000 | 10011010 | 111011 | 101011 |
Color Harmonies of #2DAE77
Complementary color
Monochromatic Colors of #2DAE77
Black with #2DAE77
Text Example
Text Example
White with #2DAE77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAE77; }
p { color: rgb(45,174,119); }
H1.HeaderClassName
{
color: #2DAE77;
}
.AnyTagClassName
{
color: #2DAE77;
}
</style>
background-color css
<style>
a { background-color: #2DAE77; }
a { background-color: rgb(45,174,119); }
div.DivClassName
{
background-color: #2DAE77;
}
.BgClassName
{
background-color: #2DAE77;
}
</style>
border-color css
<style>
span { border-color: #2DAE77; }
span { border-color: rgb(45,174,119); }
td.TdClassName
{
border-color: #2DAE77;
}
.TagClassName
{
border-color: #2DAE77;
}
</style>