#2EB39B

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

Shades of Niagara #2EB39B

Tints of Niagara #2EB39B

Color information

#2EB39B (or 0x2EB39B) is unknown color: approx Niagara. HEX triplet: 2E, B3 and 9B. RGB value is (46,179,155). Sum of RGB (Red+Green+Blue) = 46+179+155=380 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.11% from 380); Green value is 179 (70.31% from 255 or 47.11% from 380); Blue value is 155 (60.94% from 255 or 40.79% from 380); Max value from RGB is 179 - color contains mainly: green. Hex color #2EB39B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EB39B is #D14C64. Grayscale: #888888. Windows color (decimal): -13716581 or 10203950. OLE color: 10203950.

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

Color convert

RGB46179155-
CMYK0.7400.130.30
HSL169.17º59.11%44.12%-
HSV(B)169.17º74.3%70.2%-
XYZ23.1635.1936.58-
YUV136.5138.4463.45-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.11%
GREEN value IS 179 (70.31% from 255) = 47.11%
BLUE value IS 155 (60.94% from 255) = 40.79%
R=12.11%
G=47.11%
B=40.79%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal461791550.7400.130.30169.1759.1144.12
Hex2EB39B4A0D1Ea93b2c
Octal56263233112015362517354
Binary10111010110011100110111001010011011111010101001111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EB39B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,179,155); }

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

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

 a { background-color: rgb(46,179,155); }

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

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

 span { border-color: rgb(46,179,155); }

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