#2EB076

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

Shades of Medium Sea Green #2EB076

Tints of Medium Sea Green #2EB076

Color information

#2EB076 (or 0x2EB076) is unknown color: approx Medium Sea Green. HEX triplet: 2E, B0 and 76. RGB value is (46,176,118). Sum of RGB (Red+Green+Blue) = 46+176+118=340 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.53% from 340); Green value is 176 (69.14% from 255 or 51.76% from 340); Blue value is 118 (46.48% from 255 or 34.71% from 340); Max value from RGB is 176 - color contains mainly: green. Hex color #2EB076 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EB076 is #D14F89. Grayscale: #828282. Windows color (decimal): -13717386 or 7778350. OLE color: 7778350.

HSL color Cylindrical-coordinate representation of color #2EB076: hue angle of 153.23º 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 #2EB076 is Cyan = 0.74, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB46176118-
CMYK0.7400.330.31
HSL153.23º58.56%43.53%-
HSV(B)153.23º73.86%69.02%-
XYZ19.9232.9422.45-
YUV130.52120.9367.72-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.53%
GREEN value IS 176 (69.14% from 255) = 51.76%
BLUE value IS 118 (46.48% from 255) = 34.71%
R=13.53%
G=51.76%
B=34.71%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal461761180.7400.330.31153.2358.5643.53
Hex2EB0764A0211F993b2c
Octal56260166112041372317354
Binary101110101100001110110100101001000011111110011001111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EB076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,176,118); }

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

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

 a { background-color: rgb(46,176,118); }

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

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

 span { border-color: rgb(46,176,118); }

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