#2EAE74

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

Shades of Medium Sea Green #2EAE74

Tints of Medium Sea Green #2EAE74

Color information

#2EAE74 (or 0x2EAE74) is unknown color: approx Medium Sea Green. HEX triplet: 2E, AE and 74. RGB value is (46,174,116). Sum of RGB (Red+Green+Blue) = 46+174+116=336 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.69% from 336); Green value is 174 (68.36% from 255 or 51.79% from 336); Blue value is 116 (45.70% from 255 or 34.52% from 336); Max value from RGB is 174 - color contains mainly: green. Hex color #2EAE74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EAE74 is #D1518B. Grayscale: #818181. Windows color (decimal): -13717900 or 7646766. OLE color: 7646766.

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

Color convert

RGB46174116-
CMYK0.7400.330.32
HSL152.81º58.18%43.14%-
HSV(B)152.81º73.56%68.24%-
XYZ19.4232.1121.7-
YUV129.12120.5968.72-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.69%
GREEN value IS 174 (68.36% from 255) = 51.79%
BLUE value IS 116 (45.70% from 255) = 34.52%
R=13.69%
G=51.79%
B=34.52%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal461741160.7400.330.32152.8158.1843.14
Hex2EAE744A02120993a2b
Octal56256164112041402317253
Binary1011101010111011101001001010010000110000010011001111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EAE74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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