#2EAF77

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

Shades of Medium Sea Green #2EAF77

Tints of Medium Sea Green #2EAF77

Color information

#2EAF77 (or 0x2EAF77) is unknown color: approx Medium Sea Green. HEX triplet: 2E, AF and 77. RGB value is (46,175,119). Sum of RGB (Red+Green+Blue) = 46+175+119=340 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.53% from 340); Green value is 175 (68.75% from 255 or 51.47% from 340); Blue value is 119 (46.88% from 255 or 35% from 340); Max value from RGB is 175 - color contains mainly: green. Hex color #2EAF77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EAF77 is #D15088. Grayscale: #828282. Windows color (decimal): -13717641 or 7843630. OLE color: 7843630.

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

Color convert

RGB46175119-
CMYK0.7400.320.31
HSL153.95º58.37%43.33%-
HSV(B)153.95º73.71%68.63%-
XYZ19.7932.5722.7-
YUV130.04121.7668.05-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.53%
GREEN value IS 175 (68.75% from 255) = 51.47%
BLUE value IS 119 (46.88% from 255) = 35%
R=13.53%
G=51.47%
B=35%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal461751190.7400.320.31153.9558.3743.33
Hex2EAF774A0201F9a3a2b
Octal56257167112040372327253
Binary101110101011111110111100101001000001111110011010111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EAF77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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