Html Css Color HEX #2EA68B Niagara

📋 copy color: '#2EA68B'

red 46 ◦ green 166 ◦ blue 139

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

Shades of Niagara #2EA68B

Tints of Niagara #2EA68B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 39.6%

R = 13.11%
G = 47.29%
B = 39.6%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#2EA68B (or 0x2EA68B) is known color: Niagara. HEX triplet: 2E, A6 and 8B. RGB value is (46,166,139). Sum of RGB (Red+Green+Blue) = 46+166+139=351 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.11% from 351); Green value is 166 (65.23% from 255 or 47.29% from 351); Blue value is 139 (54.69% from 255 or 39.60% from 351); Max value from RGB is 166 - color contains mainly: green. Hex color #2EA68B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EA68B is #D15974. Grayscale: #7F7F7F. Windows color (decimal): -13719925 or 9152046. OLE color: 9152046.

HSL color Cylindrical-coordinate representation of color #2EA68B: hue angle of 166.5º 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 #2EA68B is Cyan = 0.72, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB 46 166 139 -
CMYK 0.72 0 0.16 0.35
HSL 166.5º 0.57% 0.42% -
HSV(B) 166.5º 0.72% 0.65% -
XYZ 19.42 29.72 29.14 -
YUV 127.04 134.74 70.2 -
System Red Green Blue C M Y K H S L
Decimal 46 166 139 0.72 0 0.16 0.35 166.5 0.57 0.42
Hex 2E A6 8B 48 0 10 23 A6 39 2A
Octal 56 246 213 110 0 20 43 246 71 52
Binary 101110 10100110 10001011 1001000 0 10000 100011 10100110 111001 101010

Color Harmonies of #2EA68B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EA68B

Black with #2EA68B

Text Example


Text Example

White with #2EA68B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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