#2EA890

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

Shades of Niagara #2EA890

Tints of Niagara #2EA890

Color information

#2EA890 (or 0x2EA890) is unknown color: approx Niagara. HEX triplet: 2E, A8 and 90. RGB value is (46,168,144). Sum of RGB (Red+Green+Blue) = 46+168+144=358 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.85% from 358); Green value is 168 (66.02% from 255 or 46.93% from 358); Blue value is 144 (56.64% from 255 or 40.22% from 358); Max value from RGB is 168 - color contains mainly: green. Hex color #2EA890 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EA890 is #D1576F. Grayscale: #808080. Windows color (decimal): -13719408 or 9480238. OLE color: 9480238.

HSL color Cylindrical-coordinate representation of color #2EA890: hue angle of 168.2º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2EA890 is Cyan = 0.73, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.34.

Color convert

RGB46168144-
CMYK0.7300.140.34
HSL168.2º57.01%41.96%-
HSV(B)168.2º72.62%65.88%-
XYZ20.1630.631.23-
YUV128.79136.5868.95-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.85%
GREEN value IS 168 (66.02% from 255) = 46.93%
BLUE value IS 144 (56.64% from 255) = 40.22%
R=12.85%
G=46.93%
B=40.22%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal461681440.7300.140.34168.257.0141.96
Hex2EA890490E22a8392a
Octal56250220111016422507152
Binary101110101010001001000010010010111010001010101000111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,168,144); }

 H1.HeaderClassName
 {
   color: #2EA890;
 }
 .AnyTagClassName
 {
   color: #2EA890;
 }
</style>
background-color css

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

 a { background-color: rgb(46,168,144); }

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

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

 span { border-color: rgb(46,168,144); }

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