Html Css Color HEX #2EAC6A Medium Sea Green

📋 copy color: '#2EAC6A'

red 46 ◦ green 172 ◦ blue 106

#2EAC6A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Sea Green #2EAC6A

Tints of Medium Sea Green #2EAC6A

RGB

 RED value IS 46 (18.36% from 255) = 14.2%

 GREEN value IS 172 (67.58% from 255) = 53.09%

 BLUE value IS 106 (41.8% from 255) = 32.72%

R = 14.2%
G = 53.09%
B = 32.72%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#2EAC6A (or 0x2EAC6A) is known color: Medium Sea Green. HEX triplet: 2E, AC and 6A. RGB value is (46,172,106). Sum of RGB (Red+Green+Blue) = 46+172+106=324 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.20% from 324); Green value is 172 (67.58% from 255 or 53.09% from 324); Blue value is 106 (41.80% from 255 or 32.72% from 324); Max value from RGB is 172 - color contains mainly: green. Hex color #2EAC6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EAC6A is #D15395. Grayscale: #7E7E7E. Windows color (decimal): -13718422 or 6990894. OLE color: 6990894.

HSL color Cylindrical-coordinate representation of color #2EAC6A: hue angle of 148.57º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2EAC6A is Cyan = 0.73, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB 46 172 106 -
CMYK 0.73 0 0.38 0.33
HSL 148.57º 0.58% 0.43% -
HSV(B) 148.57º 0.73% 0.67% -
XYZ 18.48 31.13 18.67 -
YUV 126.8 116.26 70.37 -
System Red Green Blue C M Y K H S L
Decimal 46 172 106 0.73 0 0.38 0.33 148.57 0.58 0.43
Hex 2E AC 6A 49 0 26 21 95 3A 2B
Octal 56 254 152 111 0 46 41 225 72 53
Binary 101110 10101100 1101010 1001001 0 100110 100001 10010101 111010 101011

Color Harmonies of #2EAC6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EAC6A

Black with #2EAC6A

Text Example


Text Example

White with #2EAC6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,172,106); }

 H1.HeaderClassName
 {
   color: #2EAC6A;
 }
 .AnyTagClassName
 {
   color: #2EAC6A;
 }
</style>

background-color css

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

 a { background-color: rgb(46,172,106); }

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

border-color css

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

 span { border-color: rgb(46,172,106); }

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