#2EB067

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

Shades of Medium Sea Green #2EB067

Tints of Medium Sea Green #2EB067

Color information

#2EB067 (or 0x2EB067) is unknown color: approx Medium Sea Green. HEX triplet: 2E, B0 and 67. RGB value is (46,176,103). Sum of RGB (Red+Green+Blue) = 46+176+103=325 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.15% from 325); Green value is 176 (69.14% from 255 or 54.15% from 325); Blue value is 103 (40.62% from 255 or 31.69% from 325); Max value from RGB is 176 - color contains mainly: green. Hex color #2EB067 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EB067 is #D14F98. Grayscale: #808080. Windows color (decimal): -13717401 or 6795310. OLE color: 6795310.

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

Color convert

RGB46176103-
CMYK0.7400.410.31
HSL146.31º58.56%43.53%-
HSV(B)146.31º73.86%69.02%-
XYZ19.132.6118.12-
YUV128.81113.4368.94-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.15%
GREEN value IS 176 (69.14% from 255) = 54.15%
BLUE value IS 103 (40.62% from 255) = 31.69%
R=14.15%
G=54.15%
B=31.69%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal461761030.7400.410.31146.3158.5643.53
Hex2EB0674A0291F923b2c
Octal56260147112051372227354
Binary101110101100001100111100101001010011111110010010111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EB067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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