#2EAF93

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

Shades of Niagara #2EAF93

Tints of Niagara #2EAF93

Color information

#2EAF93 (or 0x2EAF93) is unknown color: approx Niagara. HEX triplet: 2E, AF and 93. RGB value is (46,175,147). Sum of RGB (Red+Green+Blue) = 46+175+147=368 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.5% from 368); Green value is 175 (68.75% from 255 or 47.55% from 368); Blue value is 147 (57.81% from 255 or 39.95% from 368); Max value from RGB is 175 - color contains mainly: green. Hex color #2EAF93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EAF93 is #D1506C. Grayscale: #858585. Windows color (decimal): -13717613 or 9678638. OLE color: 9678638.

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

Color convert

RGB46175147-
CMYK0.7400.160.31
HSL166.98º58.37%43.33%-
HSV(B)166.98º73.71%68.63%-
XYZ21.7233.3532.9-
YUV133.24135.7665.78-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.5%
GREEN value IS 175 (68.75% from 255) = 47.55%
BLUE value IS 147 (57.81% from 255) = 39.95%
R=12.5%
G=47.55%
B=39.95%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal461751470.7400.160.31166.9858.3743.33
Hex2EAF934A0101Fa73a2b
Octal56257223112020372477253
Binary101110101011111001001110010100100001111110100111111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EAF93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,175,147); }

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

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

 a { background-color: rgb(46,175,147); }

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

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

 span { border-color: rgb(46,175,147); }

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