#2EBD6C

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

Shades of Medium Sea Green #2EBD6C

Tints of Medium Sea Green #2EBD6C

Color information

#2EBD6C (or 0x2EBD6C) is unknown color: approx Medium Sea Green. HEX triplet: 2E, BD and 6C. RGB value is (46,189,108). Sum of RGB (Red+Green+Blue) = 46+189+108=343 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.41% from 343); Green value is 189 (74.22% from 255 or 55.10% from 343); Blue value is 108 (42.58% from 255 or 31.49% from 343); Max value from RGB is 189 - color contains mainly: green. Hex color #2EBD6C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EBD6C is #D14293. Grayscale: #898989. Windows color (decimal): -13714068 or 7126318. OLE color: 7126318.

HSL color Cylindrical-coordinate representation of color #2EBD6C: hue angle of 146.01º 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 #2EBD6C is Cyan = 0.76, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.

Color convert

RGB46189108-
CMYK0.7600.430.26
HSL146.01º60.85%46.08%-
HSV(B)146.01º75.66%74.12%-
XYZ22.0338.0620.37-
YUV137.01111.6263.09-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.41%
GREEN value IS 189 (74.22% from 255) = 55.10%
BLUE value IS 108 (42.58% from 255) = 31.49%
R=13.41%
G=55.10%
B=31.49%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal461891080.7600.430.26146.0160.8546.08
Hex2EBD6C4C02B1A923d2e
Octal56275154114053322227556
Binary101110101111011101100100110001010111101010010010111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EBD6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,189,108); }

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

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

 a { background-color: rgb(46,189,108); }

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

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

 span { border-color: rgb(46,189,108); }

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