Html Css Color HEX #2EAD91 Niagara

📋 copy color: '#2EAD91'

red 46 ◦ green 173 ◦ blue 145

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

Shades of Niagara #2EAD91

Tints of Niagara #2EAD91

RGB

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

 GREEN value IS 173 (67.97% from 255) = 47.53%

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

R = 12.64%
G = 47.53%
B = 39.84%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#2EAD91 (or 0x2EAD91) is known color: Niagara. HEX triplet: 2E, AD and 91. RGB value is (46,173,145). Sum of RGB (Red+Green+Blue) = 46+173+145=364 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.64% from 364); Green value is 173 (67.97% from 255 or 47.53% from 364); Blue value is 145 (57.03% from 255 or 39.84% from 364); Max value from RGB is 173 - color contains mainly: green. Hex color #2EAD91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EAD91 is #D1526E. Grayscale: #838383. Windows color (decimal): -13718127 or 9547054. OLE color: 9547054.

HSL color Cylindrical-coordinate representation of color #2EAD91: hue angle of 166.77º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2EAD91 is Cyan = 0.73, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.32.

Color convert

RGB 46 173 145 -
CMYK 0.73 0 0.16 0.32
HSL 166.77º 0.58% 0.43% -
HSV(B) 166.77º 0.73% 0.68% -
XYZ 21.18 32.51 31.95 -
YUV 131.84 135.42 66.78 -
System Red Green Blue C M Y K H S L
Decimal 46 173 145 0.73 0 0.16 0.32 166.77 0.58 0.43
Hex 2E AD 91 49 0 10 20 A7 3A 2B
Octal 56 255 221 111 0 20 40 247 72 53
Binary 101110 10101101 10010001 1001001 0 10000 100000 10100111 111010 101011

Color Harmonies of #2EAD91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EAD91

Black with #2EAD91

Text Example


Text Example

White with #2EAD91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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