#2EAD6F

Color #2EAD6F Medium Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Sea Green #2EAD6F

Tints of Medium Sea Green #2EAD6F

Color information

#2EAD6F (or 0x2EAD6F) is unknown color: approx Medium Sea Green. HEX triplet: 2E, AD and 6F. RGB value is (46,173,111). Sum of RGB (Red+Green+Blue) = 46+173+111=330 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.94% from 330); Green value is 173 (67.97% from 255 or 52.42% from 330); Blue value is 111 (43.75% from 255 or 33.64% from 330); Max value from RGB is 173 - color contains mainly: green. Hex color #2EAD6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EAD6F is #D15290. Grayscale: #808080. Windows color (decimal): -13718161 or 7318830. OLE color: 7318830.

HSL color Cylindrical-coordinate representation of color #2EAD6F: hue angle of 150.71º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2EAD6F is Cyan = 0.73, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.32.

Color convert

RGB46173111-
CMYK0.7300.360.32
HSL150.71º57.99%42.94%-
HSV(B)150.71º73.41%67.84%-
XYZ18.9431.6220.14-
YUV127.96118.4269.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 46 (18.36% from 255) = 13.94%
GREEN value IS 173 (67.97% from 255) = 52.42%
BLUE value IS 111 (43.75% from 255) = 33.64%
R=13.94%
G=52.42%
B=33.64%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal461731110.7300.360.32150.7157.9942.94
Hex2EAD6F4902420973a2b
Octal56255157111044402277253
Binary1011101010110111011111001001010010010000010010111111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EAD6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2EAD6F; }

 p { color: rgb(46,173,111); }

 H1.HeaderClassName
 {
   color: #2EAD6F;
 }
 .AnyTagClassName
 {
   color: #2EAD6F;
 }
</style>
background-color css

<style>
 a { background-color: #2EAD6F; }

 a { background-color: rgb(46,173,111); }

 div.DivClassName
 {
   background-color: #2EAD6F;
 }
 .BgClassName
 {
   background-color: #2EAD6F;
 }
</style>
border-color css

<style>
 span { border-color: #2EAD6F; }

 span { border-color: rgb(46,173,111); }

 td.TdClassName
 {
   border-color: #2EAD6F;
 }
 .TagClassName
 {
   border-color: #2EAD6F;
 }
</style>