#2EAE6E

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

Shades of Medium Sea Green #2EAE6E

Tints of Medium Sea Green #2EAE6E

Color information

#2EAE6E (or 0x2EAE6E) is unknown color: approx Medium Sea Green. HEX triplet: 2E, AE and 6E. RGB value is (46,174,110). Sum of RGB (Red+Green+Blue) = 46+174+110=330 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.94% from 330); Green value is 174 (68.36% from 255 or 52.73% from 330); Blue value is 110 (43.36% from 255 or 33.33% from 330); Max value from RGB is 174 - color contains mainly: green. Hex color #2EAE6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EAE6E is #D15191. Grayscale: #808080. Windows color (decimal): -13717906 or 7253550. OLE color: 7253550.

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

Color convert

RGB46174110-
CMYK0.7400.370.32
HSL150º58.18%43.14%-
HSV(B)150º73.56%68.24%-
XYZ19.0831.9819.92-
YUV128.43117.5969.2-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.94%
GREEN value IS 174 (68.36% from 255) = 52.73%
BLUE value IS 110 (43.36% from 255) = 33.33%
R=13.94%
G=52.73%
B=33.33%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal461741100.7400.370.3215058.1843.14
Hex2EAE6E4A02520963a2b
Octal56256156112045402267253
Binary1011101010111011011101001010010010110000010010110111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EAE6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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