Html Css Color HEX #2EAD92 Niagara

📋 copy color: '#2EAD92'

red 46 ◦ green 173 ◦ blue 146

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

Shades of Niagara #2EAD92

Tints of Niagara #2EAD92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 40%

R = 12.6%
G = 47.4%
B = 40%

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

#2EAD92 (or 0x2EAD92) is known color: Niagara. HEX triplet: 2E, AD and 92. RGB value is (46,173,146). Sum of RGB (Red+Green+Blue) = 46+173+146=365 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.60% from 365); Green value is 173 (67.97% from 255 or 47.40% from 365); Blue value is 146 (57.42% from 255 or 40% from 365); Max value from RGB is 173 - color contains mainly: green. Hex color #2EAD92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EAD92 is #D1526D. Grayscale: #838383. Windows color (decimal): -13718126 or 9612590. OLE color: 9612590.

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

Color convert

RGB 46 173 146 -
CMYK 0.73 0 0.16 0.32
HSL 167.24º 0.58% 0.43% -
HSV(B) 167.24º 0.73% 0.68% -
XYZ 21.26 32.54 32.36 -
YUV 131.95 135.92 66.7 -
System Red Green Blue C M Y K H S L
Decimal 46 173 146 0.73 0 0.16 0.32 167.24 0.58 0.43
Hex 2E AD 92 49 0 10 20 A7 3A 2B
Octal 56 255 222 111 0 20 40 247 72 53
Binary 101110 10101101 10010010 1001001 0 10000 100000 10100111 111010 101011

Color Harmonies of #2EAD92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EAD92

Black with #2EAD92

Text Example


Text Example

White with #2EAD92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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