Html Css Color HEX #2EB191 Niagara

📋 copy color: '#2EB191'

red 46 ◦ green 177 ◦ blue 145

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

Shades of Niagara #2EB191

Tints of Niagara #2EB191

RGB

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

 GREEN value IS 177 (69.53% from 255) = 48.1%

 BLUE value IS 145 (57.03% from 255) = 39.4%

R = 12.5%
G = 48.1%
B = 39.4%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#2EB191 (or 0x2EB191) is known color: Niagara. HEX triplet: 2E, B1 and 91. RGB value is (46,177,145). Sum of RGB (Red+Green+Blue) = 46+177+145=368 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.5% from 368); Green value is 177 (69.53% from 255 or 48.10% from 368); Blue value is 145 (57.03% from 255 or 39.40% from 368); Max value from RGB is 177 - color contains mainly: green. Hex color #2EB191 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EB191 is #D14E6E. Grayscale: #868686. Windows color (decimal): -13717103 or 9548078. OLE color: 9548078.

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

Color convert

RGB 46 177 145 -
CMYK 0.74 0 0.18 0.31
HSL 165.34º 0.59% 0.44% -
HSV(B) 165.34º 0.74% 0.69% -
XYZ 21.96 34.07 32.21 -
YUV 134.18 134.1 65.1 -
System Red Green Blue C M Y K H S L
Decimal 46 177 145 0.74 0 0.18 0.31 165.34 0.59 0.44
Hex 2E B1 91 4A 0 12 1F A5 3B 2C
Octal 56 261 221 112 0 22 37 245 73 54
Binary 101110 10110001 10010001 1001010 0 10010 11111 10100101 111011 101100

Color Harmonies of #2EB191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB191

Black with #2EB191

Text Example


Text Example

White with #2EB191

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,177,145); }

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

background-color css

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

 a { background-color: rgb(46,177,145); }

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

border-color css

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

 span { border-color: rgb(46,177,145); }

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