Html Css Color HEX #2EA68A Niagara

📋 copy color: '#2EA68A'

red 46 ◦ green 166 ◦ blue 138

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

Shades of Niagara #2EA68A

Tints of Niagara #2EA68A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 47.43%

 BLUE value IS 138 (54.3% from 255) = 39.43%

R = 13.14%
G = 47.43%
B = 39.43%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#2EA68A (or 0x2EA68A) is known color: Niagara. HEX triplet: 2E, A6 and 8A. RGB value is (46,166,138). Sum of RGB (Red+Green+Blue) = 46+166+138=350 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.14% from 350); Green value is 166 (65.23% from 255 or 47.43% from 350); Blue value is 138 (54.30% from 255 or 39.43% from 350); Max value from RGB is 166 - color contains mainly: green. Hex color #2EA68A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EA68A is #D15975. Grayscale: #7E7E7E. Windows color (decimal): -13719926 or 9086510. OLE color: 9086510.

HSL color Cylindrical-coordinate representation of color #2EA68A: hue angle of 166º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2EA68A is Cyan = 0.72, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB 46 166 138 -
CMYK 0.72 0 0.17 0.35
HSL 166º 0.57% 0.42% -
HSV(B) 166º 0.72% 0.65% -
XYZ 19.35 29.69 28.76 -
YUV 126.93 134.24 70.28 -
System Red Green Blue C M Y K H S L
Decimal 46 166 138 0.72 0 0.17 0.35 166 0.57 0.42
Hex 2E A6 8A 48 0 11 23 A6 39 2A
Octal 56 246 212 110 0 21 43 246 71 52
Binary 101110 10100110 10001010 1001000 0 10001 100011 10100110 111001 101010

Color Harmonies of #2EA68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EA68A

Black with #2EA68A

Text Example


Text Example

White with #2EA68A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,166,138); }

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

background-color css

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

 a { background-color: rgb(46,166,138); }

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

border-color css

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

 span { border-color: rgb(46,166,138); }

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