Html Css Color HEX #2EA68F Niagara

📋 copy color: '#2EA68F'

red 46 ◦ green 166 ◦ blue 143

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

Shades of Niagara #2EA68F

Tints of Niagara #2EA68F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 40.28%

R = 12.96%
G = 46.76%
B = 40.28%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#2EA68F (or 0x2EA68F) is known color: Niagara. HEX triplet: 2E, A6 and 8F. RGB value is (46,166,143). Sum of RGB (Red+Green+Blue) = 46+166+143=355 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.96% from 355); Green value is 166 (65.23% from 255 or 46.76% from 355); Blue value is 143 (56.25% from 255 or 40.28% from 355); Max value from RGB is 166 - color contains mainly: green. Hex color #2EA68F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EA68F is #D15970. Grayscale: #7F7F7F. Windows color (decimal): -13719921 or 9414190. OLE color: 9414190.

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

Color convert

RGB 46 166 143 -
CMYK 0.72 0 0.14 0.35
HSL 168.5º 0.57% 0.42% -
HSV(B) 168.5º 0.72% 0.65% -
XYZ 19.72 29.84 30.71 -
YUV 127.5 136.74 69.87 -
System Red Green Blue C M Y K H S L
Decimal 46 166 143 0.72 0 0.14 0.35 168.5 0.57 0.42
Hex 2E A6 8F 48 0 E 23 A8 39 2A
Octal 56 246 217 110 0 16 43 250 71 52
Binary 101110 10100110 10001111 1001000 0 1110 100011 10101000 111001 101010

Color Harmonies of #2EA68F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EA68F

Black with #2EA68F

Text Example


Text Example

White with #2EA68F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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