#2EAE71

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

Shades of Medium Sea Green #2EAE71

Tints of Medium Sea Green #2EAE71

Color information

#2EAE71 (or 0x2EAE71) is unknown color: approx Medium Sea Green. HEX triplet: 2E, AE and 71. RGB value is (46,174,113). Sum of RGB (Red+Green+Blue) = 46+174+113=333 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.81% from 333); Green value is 174 (68.36% from 255 or 52.25% from 333); Blue value is 113 (44.53% from 255 or 33.93% from 333); Max value from RGB is 174 - color contains mainly: green. Hex color #2EAE71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EAE71 is #D1518E. Grayscale: #808080. Windows color (decimal): -13717903 or 7450158. OLE color: 7450158.

HSL color Cylindrical-coordinate representation of color #2EAE71: hue angle of 151.41º degrees, saturation: 0.58, 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 #2EAE71 is Cyan = 0.74, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.32.

Color convert

RGB46174113-
CMYK0.7400.350.32
HSL151.41º58.18%43.14%-
HSV(B)151.41º73.56%68.24%-
XYZ19.2432.0520.79-
YUV128.77119.0968.96-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.81%
GREEN value IS 174 (68.36% from 255) = 52.25%
BLUE value IS 113 (44.53% from 255) = 33.93%
R=13.81%
G=52.25%
B=33.93%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal461741130.7400.350.32151.4158.1843.14
Hex2EAE714A02320973a2b
Octal56256161112043402277253
Binary1011101010111011100011001010010001110000010010111111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EAE71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,174,113); }

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

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

 a { background-color: rgb(46,174,113); }

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

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

 span { border-color: rgb(46,174,113); }

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