#2EA596

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

Shades of Niagara #2EA596

Tints of Niagara #2EA596

Color information

#2EA596 (or 0x2EA596) is unknown color: approx Niagara. HEX triplet: 2E, A5 and 96. RGB value is (46,165,150). Sum of RGB (Red+Green+Blue) = 46+165+150=361 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.74% from 361); Green value is 165 (64.84% from 255 or 45.71% from 361); Blue value is 150 (58.98% from 255 or 41.55% from 361); Max value from RGB is 165 - color contains mainly: green. Hex color #2EA596 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EA596 is #D15A69. Grayscale: #7F7F7F. Windows color (decimal): -13720170 or 9872686. OLE color: 9872686.

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

Color convert

RGB46165150-
CMYK0.7200.090.35
HSL172.44º56.4%41.37%-
HSV(B)172.44º72.12%64.71%-
XYZ20.0929.6933.53-
YUV127.71140.5869.72-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.74%
GREEN value IS 165 (64.84% from 255) = 45.71%
BLUE value IS 150 (58.98% from 255) = 41.55%
R=12.74%
G=45.71%
B=41.55%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal461651500.7200.090.35172.4456.441.37
Hex2EA596480923ac3829
Octal56245226110011432547051
Binary101110101001011001011010010000100110001110101100111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,165,150); }

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

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

 a { background-color: rgb(46,165,150); }

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

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

 span { border-color: rgb(46,165,150); }

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