#2EB768

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

Shades of Medium Sea Green #2EB768

Tints of Medium Sea Green #2EB768

Color information

#2EB768 (or 0x2EB768) is unknown color: approx Medium Sea Green. HEX triplet: 2E, B7 and 68. RGB value is (46,183,104). Sum of RGB (Red+Green+Blue) = 46+183+104=333 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.81% from 333); Green value is 183 (71.88% from 255 or 54.95% from 333); Blue value is 104 (41.02% from 255 or 31.23% from 333); Max value from RGB is 183 - color contains mainly: green. Hex color #2EB768 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EB768 is #D14897. Grayscale: #858585. Windows color (decimal): -13715608 or 6862638. OLE color: 6862638.

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

Color convert

RGB46183104-
CMYK0.7500.430.28
HSL145.4º59.83%44.9%-
HSV(B)145.4º74.86%71.76%-
XYZ20.5635.4518.86-
YUV133.03111.6165.92-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.81%
GREEN value IS 183 (71.88% from 255) = 54.95%
BLUE value IS 104 (41.02% from 255) = 31.23%
R=13.81%
G=54.95%
B=31.23%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal461831040.7500.430.28145.459.8344.9
Hex2EB7684B02B1C913c2d
Octal56267150113053342217455
Binary101110101101111101000100101101010111110010010001111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EB768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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