#2EAD6B

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

Shades of Medium Sea Green #2EAD6B

Tints of Medium Sea Green #2EAD6B

Color information

#2EAD6B (or 0x2EAD6B) is unknown color: approx Medium Sea Green. HEX triplet: 2E, AD and 6B. RGB value is (46,173,107). Sum of RGB (Red+Green+Blue) = 46+173+107=326 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.11% from 326); Green value is 173 (67.97% from 255 or 53.07% from 326); Blue value is 107 (42.19% from 255 or 32.82% from 326); Max value from RGB is 173 - color contains mainly: green. Hex color #2EAD6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EAD6B is #D15294. Grayscale: #7F7F7F. Windows color (decimal): -13718165 or 7056686. OLE color: 7056686.

HSL color Cylindrical-coordinate representation of color #2EAD6B: hue angle of 148.82º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2EAD6B is Cyan = 0.73, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.32.

Color convert

RGB46173107-
CMYK0.7300.380.32
HSL148.82º57.99%42.94%-
HSV(B)148.82º73.41%67.84%-
XYZ18.7231.5319.01-
YUV127.5116.4269.87-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.11%
GREEN value IS 173 (67.97% from 255) = 53.07%
BLUE value IS 107 (42.19% from 255) = 32.82%
R=14.11%
G=53.07%
B=32.82%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal461731070.7300.380.32148.8257.9942.94
Hex2EAD6B4902620953a2b
Octal56255153111046402257253
Binary1011101010110111010111001001010011010000010010101111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EAD6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,173,107); }

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

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

 a { background-color: rgb(46,173,107); }

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

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

 span { border-color: rgb(46,173,107); }

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