#2EB095

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

Shades of Niagara #2EB095

Tints of Niagara #2EB095

Color information

#2EB095 (or 0x2EB095) is unknown color: approx Niagara. HEX triplet: 2E, B0 and 95. RGB value is (46,176,149). Sum of RGB (Red+Green+Blue) = 46+176+149=371 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.40% from 371); Green value is 176 (69.14% from 255 or 47.44% from 371); Blue value is 149 (58.59% from 255 or 40.16% from 371); Max value from RGB is 176 - color contains mainly: green. Hex color #2EB095 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EB095 is #D14F6A. Grayscale: #868686. Windows color (decimal): -13717355 or 9809966. OLE color: 9809966.

HSL color Cylindrical-coordinate representation of color #2EB095: hue angle of 167.54º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2EB095 is Cyan = 0.74, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB46176149-
CMYK0.7400.150.31
HSL167.54º58.56%43.53%-
HSV(B)167.54º73.86%69.02%-
XYZ22.0833.833.79-
YUV134.05136.4365.2-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.40%
GREEN value IS 176 (69.14% from 255) = 47.44%
BLUE value IS 149 (58.59% from 255) = 40.16%
R=12.40%
G=47.44%
B=40.16%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal461761490.7400.150.31167.5458.5643.53
Hex2EB0954A0F1Fa83b2c
Octal56260225112017372507354
Binary10111010110000100101011001010011111111110101000111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EB095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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