#2EAA6D

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

Shades of Medium Sea Green #2EAA6D

Tints of Medium Sea Green #2EAA6D

Color information

#2EAA6D (or 0x2EAA6D) is unknown color: approx Medium Sea Green. HEX triplet: 2E, AA and 6D. RGB value is (46,170,109). Sum of RGB (Red+Green+Blue) = 46+170+109=325 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.15% from 325); Green value is 170 (66.80% from 255 or 52.31% from 325); Blue value is 109 (42.97% from 255 or 33.54% from 325); Max value from RGB is 170 - color contains mainly: green. Hex color #2EAA6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EAA6D is #D15592. Grayscale: #7E7E7E. Windows color (decimal): -13718931 or 7186990. OLE color: 7186990.

HSL color Cylindrical-coordinate representation of color #2EAA6D: hue angle of 150.48º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2EAA6D is Cyan = 0.73, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB46170109-
CMYK0.7300.360.33
HSL150.48º57.41%42.35%-
HSV(B)150.48º72.94%66.67%-
XYZ18.2630.4319.38-
YUV125.97118.4270.96-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.15%
GREEN value IS 170 (66.80% from 255) = 52.31%
BLUE value IS 109 (42.97% from 255) = 33.54%
R=14.15%
G=52.31%
B=33.54%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal461701090.7300.360.33150.4857.4142.35
Hex2EAA6D490242196392a
Octal56252155111044412267152
Binary1011101010101011011011001001010010010000110010110111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EAA6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,170,109); }

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

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

 a { background-color: rgb(46,170,109); }

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

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

 span { border-color: rgb(46,170,109); }

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