#2EB778

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

Shades of Medium Sea Green #2EB778

Tints of Medium Sea Green #2EB778

Color information

#2EB778 (or 0x2EB778) is unknown color: approx Medium Sea Green. HEX triplet: 2E, B7 and 78. RGB value is (46,183,120). Sum of RGB (Red+Green+Blue) = 46+183+120=349 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.18% from 349); Green value is 183 (71.88% from 255 or 52.44% from 349); Blue value is 120 (47.27% from 255 or 34.38% from 349); Max value from RGB is 183 - color contains mainly: green. Hex color #2EB778 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EB778 is #D14887. Grayscale: #868686. Windows color (decimal): -13715592 or 7911214. OLE color: 7911214.

HSL color Cylindrical-coordinate representation of color #2EB778: hue angle of 152.41º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EB778 is Cyan = 0.75, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.28.

Color convert

RGB46183120-
CMYK0.7500.340.28
HSL152.41º59.83%44.9%-
HSV(B)152.41º74.86%71.76%-
XYZ21.4535.823.55-
YUV134.85119.6164.62-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.18%
GREEN value IS 183 (71.88% from 255) = 52.44%
BLUE value IS 120 (47.27% from 255) = 34.38%
R=13.18%
G=52.44%
B=34.38%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal461831200.7500.340.28152.4159.8344.9
Hex2EB7784B0221C983c2d
Octal56267170113042342307455
Binary101110101101111111000100101101000101110010011000111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EB778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,183,120); }

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

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

 a { background-color: rgb(46,183,120); }

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

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

 span { border-color: rgb(46,183,120); }

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