Html Css Color HEX #2EB49C Niagara

📋 copy color: '#2EB49C'

red 46 ◦ green 180 ◦ blue 156

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

Shades of Niagara #2EB49C

Tints of Niagara #2EB49C

RGB

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

 GREEN value IS 180 (70.7% from 255) = 47.12%

 BLUE value IS 156 (61.33% from 255) = 40.84%

R = 12.04%
G = 47.12%
B = 40.84%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#2EB49C (or 0x2EB49C) is known color: Niagara. HEX triplet: 2E, B4 and 9C. RGB value is (46,180,156). Sum of RGB (Red+Green+Blue) = 46+180+156=382 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.04% from 382); Green value is 180 (70.70% from 255 or 47.12% from 382); Blue value is 156 (61.33% from 255 or 40.84% from 382); Max value from RGB is 180 - color contains mainly: green. Hex color #2EB49C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EB49C is #D14B63. Grayscale: #898989. Windows color (decimal): -13716324 or 10269742. OLE color: 10269742.

HSL color Cylindrical-coordinate representation of color #2EB49C: hue angle of 169.25º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2EB49C is Cyan = 0.74, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB 46 180 156 -
CMYK 0.74 0 0.13 0.29
HSL 169.25º 0.59% 0.44% -
HSV(B) 169.25º 0.74% 0.71% -
XYZ 23.45 35.62 37.09 -
YUV 137.2 138.61 62.95 -
System Red Green Blue C M Y K H S L
Decimal 46 180 156 0.74 0 0.13 0.29 169.25 0.59 0.44
Hex 2E B4 9C 4A 0 D 1D A9 3B 2C
Octal 56 264 234 112 0 15 35 251 73 54
Binary 101110 10110100 10011100 1001010 0 1101 11101 10101001 111011 101100

Color Harmonies of #2EB49C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB49C

Black with #2EB49C

Text Example


Text Example

White with #2EB49C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,180,156); }

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

background-color css

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

 a { background-color: rgb(46,180,156); }

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

border-color css

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

 span { border-color: rgb(46,180,156); }

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