#2EA595

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

Shades of Niagara #2EA595

Tints of Niagara #2EA595

Color information

#2EA595 (or 0x2EA595) is unknown color: approx Niagara. HEX triplet: 2E, A5 and 95. RGB value is (46,165,149). Sum of RGB (Red+Green+Blue) = 46+165+149=360 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.78% from 360); Green value is 165 (64.84% from 255 or 45.83% from 360); Blue value is 149 (58.59% from 255 or 41.39% from 360); Max value from RGB is 165 - color contains mainly: green. Hex color #2EA595 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EA595 is #D15A6A. Grayscale: #7F7F7F. Windows color (decimal): -13720171 or 9807150. OLE color: 9807150.

HSL color Cylindrical-coordinate representation of color #2EA595: hue angle of 171.93º 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 #2EA595 is Cyan = 0.72, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB46165149-
CMYK0.7200.100.35
HSL171.93º56.4%41.37%-
HSV(B)171.93º72.12%64.71%-
XYZ20.0129.6633.1-
YUV127.6140.0869.8-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.78%
GREEN value IS 165 (64.84% from 255) = 45.83%
BLUE value IS 149 (58.59% from 255) = 41.39%
R=12.78%
G=45.83%
B=41.39%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal461651490.7200.100.35171.9356.441.37
Hex2EA595480A23ac3829
Octal56245225110012432547051
Binary101110101001011001010110010000101010001110101100111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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