#2AA491

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

Shades of Niagara #2AA491

Tints of Niagara #2AA491

Color information

#2AA491 (or 0x2AA491) is unknown color: approx Niagara. HEX triplet: 2A, A4 and 91. RGB value is (42,164,145). Sum of RGB (Red+Green+Blue) = 42+164+145=351 (46% of max value = 765). Red value is 42 (16.80% from 255 or 11.97% from 351); Green value is 164 (64.45% from 255 or 46.72% from 351); Blue value is 145 (57.03% from 255 or 41.31% from 351); Max value from RGB is 164 - color contains mainly: green. Hex color #2AA491 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AA491 is #D55B6E. Grayscale: #7D7D7D. Windows color (decimal): -13982575 or 9544746. OLE color: 9544746.

HSL color Cylindrical-coordinate representation of color #2AA491: hue angle of 170.66º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2AA491 is Cyan = 0.74, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB42164145-
CMYK0.7400.120.36
HSL170.66º59.22%40.39%-
HSV(B)170.66º74.39%64.31%-
XYZ19.3429.0931.38-
YUV125.36139.0868.54-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.97%
GREEN value IS 164 (64.45% from 255) = 46.72%
BLUE value IS 145 (57.03% from 255) = 41.31%
R=11.97%
G=46.72%
B=41.31%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal421641450.7400.120.36170.6659.2240.39
Hex2AA4914A0C24ab3b28
Octal52244221112014442537350
Binary101010101001001001000110010100110010010010101011111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,164,145); }

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

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

 a { background-color: rgb(42,164,145); }

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

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

 span { border-color: rgb(42,164,145); }

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