#2EB164

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

Shades of Medium Sea Green #2EB164

Tints of Medium Sea Green #2EB164

Color information

#2EB164 (or 0x2EB164) is unknown color: approx Medium Sea Green. HEX triplet: 2E, B1 and 64. RGB value is (46,177,100). Sum of RGB (Red+Green+Blue) = 46+177+100=323 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.24% from 323); Green value is 177 (69.53% from 255 or 54.80% from 323); Blue value is 100 (39.45% from 255 or 30.96% from 323); Max value from RGB is 177 - color contains mainly: green. Hex color #2EB164 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EB164 is #D14E9B. Grayscale: #818181. Windows color (decimal): -13717148 or 6598958. OLE color: 6598958.

HSL color Cylindrical-coordinate representation of color #2EB164: hue angle of 144.73º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2EB164 is Cyan = 0.74, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB46177100-
CMYK0.7400.440.31
HSL144.73º58.74%43.73%-
HSV(B)144.73º74.01%69.41%-
XYZ19.1532.9517.41-
YUV129.05111.668.76-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.24%
GREEN value IS 177 (69.53% from 255) = 54.80%
BLUE value IS 100 (39.45% from 255) = 30.96%
R=14.24%
G=54.80%
B=30.96%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal461771000.7400.440.31144.7358.7443.73
Hex2EB1644A02C1F913b2c
Octal56261144112054372217354
Binary101110101100011100100100101001011001111110010001111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EB164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,177,100); }

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

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

 a { background-color: rgb(46,177,100); }

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

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

 span { border-color: rgb(46,177,100); }

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