#2EB160

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

Shades of Medium Sea Green #2EB160

Tints of Medium Sea Green #2EB160

Color information

#2EB160 (or 0x2EB160) is unknown color: approx Medium Sea Green. HEX triplet: 2E, B1 and 60. RGB value is (46,177,96). Sum of RGB (Red+Green+Blue) = 46+177+96=319 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.42% from 319); Green value is 177 (69.53% from 255 or 55.49% from 319); Blue value is 96 (37.89% from 255 or 30.09% from 319); Max value from RGB is 177 - color contains mainly: green. Hex color #2EB160 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EB160 is #D14E9F. Grayscale: #808080. Windows color (decimal): -13717152 or 6336814. OLE color: 6336814.

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

Color convert

RGB4617796-
CMYK0.7400.460.31
HSL142.9º58.74%43.73%-
HSV(B)142.9º74.01%69.41%-
XYZ18.9632.8716.41-
YUV128.6109.669.09-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.42%
GREEN value IS 177 (69.53% from 255) = 55.49%
BLUE value IS 96 (37.89% from 255) = 30.09%
R=14.42%
G=55.49%
B=30.09%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal46177960.7400.460.31142.958.7443.73
Hex2EB1604A02E1F8f3b2c
Octal56261140112056372177354
Binary101110101100011100000100101001011101111110001111111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EB160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,177,96); }

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

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

 a { background-color: rgb(46,177,96); }

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

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

 span { border-color: rgb(46,177,96); }

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