#2EB277

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

Shades of Medium Sea Green #2EB277

Tints of Medium Sea Green #2EB277

Color information

#2EB277 (or 0x2EB277) is unknown color: approx Medium Sea Green. HEX triplet: 2E, B2 and 77. RGB value is (46,178,119). Sum of RGB (Red+Green+Blue) = 46+178+119=343 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.41% from 343); Green value is 178 (69.92% from 255 or 51.90% from 343); Blue value is 119 (46.88% from 255 or 34.69% from 343); Max value from RGB is 178 - color contains mainly: green. Hex color #2EB277 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EB277 is #D14D88. Grayscale: #838383. Windows color (decimal): -13716873 or 7844398. OLE color: 7844398.

HSL color Cylindrical-coordinate representation of color #2EB277: hue angle of 153.18º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2EB277 is Cyan = 0.74, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.30.

Color convert

RGB46178119-
CMYK0.7400.330.30
HSL153.18º58.93%43.92%-
HSV(B)153.18º74.16%69.8%-
XYZ20.3833.7522.89-
YUV131.81120.7766.8-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.41%
GREEN value IS 178 (69.92% from 255) = 51.90%
BLUE value IS 119 (46.88% from 255) = 34.69%
R=13.41%
G=51.90%
B=34.69%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal461781190.7400.330.30153.1858.9343.92
Hex2EB2774A0211E993b2c
Octal56262167112041362317354
Binary101110101100101110111100101001000011111010011001111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EB277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,178,119); }

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

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

 a { background-color: rgb(46,178,119); }

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

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

 span { border-color: rgb(46,178,119); }

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