Shades of Medium Sea Green #2EAF68
Tints of Medium Sea Green #2EAF68
RGB
CMYK
RGB Variations
Color information
#2EAF68 (or 0x2EAF68) is known color: Medium Sea Green. HEX triplet: 2E, AF and 68. RGB value is (46,175,104). Sum of RGB (Red+Green+Blue) = 46+175+104=325 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.15% from 325); Green value is 175 (68.75% from 255 or 53.85% from 325); Blue value is 104 (41.02% from 255 or 32% from 325); Max value from RGB is 175 - color contains mainly: green. Hex color #2EAF68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EAF68 is #D15097. Grayscale: #808080. Windows color (decimal): -13717656 or 6860590. OLE color: 6860590.
HSL color Cylindrical-coordinate representation of color #2EAF68: hue angle of 146.98º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2EAF68 is Cyan = 0.74, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 46 | 175 | 104 | - |
| CMYK | 0.74 | 0 | 0.41 | 0.31 |
| HSL | 146.98º | 0.58% | 0.43% | - |
| HSV(B) | 146.98º | 0.74% | 0.69% | - |
| XYZ | 18.96 | 32.24 | 18.32 | - |
| YUV | 128.34 | 114.26 | 69.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 175 | 104 | 0.74 | 0 | 0.41 | 0.31 | 146.98 | 0.58 | 0.43 |
| Hex | 2E | AF | 68 | 4A | 0 | 29 | 1F | 93 | 3A | 2B |
| Octal | 56 | 257 | 150 | 112 | 0 | 51 | 37 | 223 | 72 | 53 |
| Binary | 101110 | 10101111 | 1101000 | 1001010 | 0 | 101001 | 11111 | 10010011 | 111010 | 101011 |
Color Harmonies of #2EAF68
Complementary color
Monochromatic Colors of #2EAF68
Black with #2EAF68
Text Example
Text Example
White with #2EAF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAF68; }
p { color: rgb(46,175,104); }
H1.HeaderClassName
{
color: #2EAF68;
}
.AnyTagClassName
{
color: #2EAF68;
}
</style>
background-color css
<style>
a { background-color: #2EAF68; }
a { background-color: rgb(46,175,104); }
div.DivClassName
{
background-color: #2EAF68;
}
.BgClassName
{
background-color: #2EAF68;
}
</style>
border-color css
<style>
span { border-color: #2EAF68; }
span { border-color: rgb(46,175,104); }
td.TdClassName
{
border-color: #2EAF68;
}
.TagClassName
{
border-color: #2EAF68;
}
</style>