#2AA490

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

Shades of Niagara #2AA490

Tints of Niagara #2AA490

Color information

#2AA490 (or 0x2AA490) is unknown color: approx Niagara. HEX triplet: 2A, A4 and 90. RGB value is (42,164,144). Sum of RGB (Red+Green+Blue) = 42+164+144=350 (46% of max value = 765). Red value is 42 (16.80% from 255 or 12% from 350); Green value is 164 (64.45% from 255 or 46.86% from 350); Blue value is 144 (56.64% from 255 or 41.14% from 350); Max value from RGB is 164 - color contains mainly: green. Hex color #2AA490 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AA490 is #D55B6F. Grayscale: #7D7D7D. Windows color (decimal): -13982576 or 9479210. OLE color: 9479210.

HSL color Cylindrical-coordinate representation of color #2AA490: hue angle of 170.16º 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 #2AA490 is Cyan = 0.74, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB42164144-
CMYK0.7400.120.36
HSL170.16º59.22%40.39%-
HSV(B)170.16º74.39%64.31%-
XYZ19.2629.0630.98-
YUV125.24138.5868.63-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12%
GREEN value IS 164 (64.45% from 255) = 46.86%
BLUE value IS 144 (56.64% from 255) = 41.14%
R=12%
G=46.86%
B=41.14%

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
Decimal421641440.7400.120.36170.1659.2240.39
Hex2AA4904A0C24aa3b28
Octal52244220112014442527350
Binary101010101001001001000010010100110010010010101010111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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