#2EBC7E

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

Shades of Medium Sea Green #2EBC7E

Tints of Medium Sea Green #2EBC7E

Color information

#2EBC7E (or 0x2EBC7E) is unknown color: approx Medium Sea Green. HEX triplet: 2E, BC and 7E. RGB value is (46,188,126). Sum of RGB (Red+Green+Blue) = 46+188+126=360 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.78% from 360); Green value is 188 (73.83% from 255 or 52.22% from 360); Blue value is 126 (49.61% from 255 or 35% from 360); Max value from RGB is 188 - color contains mainly: green. Hex color #2EBC7E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EBC7E is #D14381. Grayscale: #8A8A8A. Windows color (decimal): -13714306 or 8305710. OLE color: 8305710.

HSL color Cylindrical-coordinate representation of color #2EBC7E: hue angle of 153.8º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EBC7E is Cyan = 0.76, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.

Color convert

RGB46188126-
CMYK0.7600.330.26
HSL153.8º60.68%45.88%-
HSV(B)153.8º75.53%73.73%-
XYZ22.8838.0525.88-
YUV138.47120.9662.04-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.78%
GREEN value IS 188 (73.83% from 255) = 52.22%
BLUE value IS 126 (49.61% from 255) = 35%
R=12.78%
G=52.22%
B=35%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal461881260.7600.330.26153.860.6845.88
Hex2EBC7E4C0211A9a3d2e
Octal56274176114041322327556
Binary101110101111001111110100110001000011101010011010111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EBC7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,188,126); }

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

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

 a { background-color: rgb(46,188,126); }

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

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

 span { border-color: rgb(46,188,126); }

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