#2EAF5E

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

Shades of Medium Sea Green #2EAF5E

Tints of Medium Sea Green #2EAF5E

Color information

#2EAF5E (or 0x2EAF5E) is unknown color: approx Medium Sea Green. HEX triplet: 2E, AF and 5E. RGB value is (46,175,94). Sum of RGB (Red+Green+Blue) = 46+175+94=315 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.60% from 315); Green value is 175 (68.75% from 255 or 55.56% from 315); Blue value is 94 (37.11% from 255 or 29.84% from 315); Max value from RGB is 175 - color contains mainly: green. Hex color #2EAF5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EAF5E is #D150A1. Grayscale: #7F7F7F. Windows color (decimal): -13717666 or 6205230. OLE color: 6205230.

HSL color Cylindrical-coordinate representation of color #2EAF5E: hue angle of 142.33º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2EAF5E is Cyan = 0.74, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB4617594-
CMYK0.7400.460.31
HSL142.33º58.37%43.33%-
HSV(B)142.33º73.71%68.63%-
XYZ18.4832.0515.8-
YUV127.2109.2670.09-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.60%
GREEN value IS 175 (68.75% from 255) = 55.56%
BLUE value IS 94 (37.11% from 255) = 29.84%
R=14.60%
G=55.56%
B=29.84%

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
Decimal46175940.7400.460.31142.3358.3743.33
Hex2EAF5E4A02E1F8e3a2b
Octal56257136112056372167253
Binary101110101011111011110100101001011101111110001110111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EAF5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,175,94); }

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

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

 a { background-color: rgb(46,175,94); }

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

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

 span { border-color: rgb(46,175,94); }

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