#2EA486

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

Shades of Niagara #2EA486

Tints of Niagara #2EA486

Color information

#2EA486 (or 0x2EA486) is unknown color: approx Niagara. HEX triplet: 2E, A4 and 86. RGB value is (46,164,134). Sum of RGB (Red+Green+Blue) = 46+164+134=344 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.37% from 344); Green value is 164 (64.45% from 255 or 47.67% from 344); Blue value is 134 (52.73% from 255 or 38.95% from 344); Max value from RGB is 164 - color contains mainly: green. Hex color #2EA486 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EA486 is #D15B79. Grayscale: #7D7D7D. Windows color (decimal): -13720442 or 8823854. OLE color: 8823854.

HSL color Cylindrical-coordinate representation of color #2EA486: hue angle of 164.75º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2EA486 is Cyan = 0.72, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB46164134-
CMYK0.7200.180.36
HSL164.75º56.19%41.18%-
HSV(B)164.75º71.95%64.31%-
XYZ18.7128.8527.14-
YUV125.3132.9171.44-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.37%
GREEN value IS 164 (64.45% from 255) = 47.67%
BLUE value IS 134 (52.73% from 255) = 38.95%
R=13.37%
G=47.67%
B=38.95%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal461641340.7200.180.36164.7556.1941.18
Hex2EA4864801224a53829
Octal56244206110022442457051
Binary1011101010010010000110100100001001010010010100101111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,164,134); }

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

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

 a { background-color: rgb(46,164,134); }

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

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

 span { border-color: rgb(46,164,134); }

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