#2EAD92

Color #2EAD92 Niagara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Niagara #2EAD92

Tints of Niagara #2EAD92

Color information

#2EAD92 (or 0x2EAD92) is unknown color: approx 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

RGB46173146-
CMYK0.7300.160.32
HSL167.24º57.99%42.94%-
HSV(B)167.24º73.41%67.84%-
XYZ21.2632.5432.36-
YUV131.95135.9266.7-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.60%
GREEN value IS 173 (67.97% from 255) = 47.40%
BLUE value IS 146 (57.42% from 255) = 40%
R=12.60%
G=47.40%
B=40%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal461731460.7300.160.32167.2457.9942.94
Hex2EAD924901020a73a2b
Octal56255222111020402477253
Binary1011101010110110010010100100101000010000010100111111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EAD92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>