#2AA28C

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

Shades of Niagara #2AA28C

Tints of Niagara #2AA28C

Color information

#2AA28C (or 0x2AA28C) is unknown color: approx Niagara. HEX triplet: 2A, A2 and 8C. RGB value is (42,162,140). Sum of RGB (Red+Green+Blue) = 42+162+140=344 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.21% from 344); Green value is 162 (63.67% from 255 or 47.09% from 344); Blue value is 140 (55.08% from 255 or 40.70% from 344); Max value from RGB is 162 - color contains mainly: green. Hex color #2AA28C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AA28C is #D55D73. Grayscale: #7B7B7B. Windows color (decimal): -13983092 or 9216554. OLE color: 9216554.

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

Color convert

RGB42162140-
CMYK0.7400.140.36
HSL169º58.82%40%-
HSV(B)169º74.07%63.53%-
XYZ18.6128.2329.28-
YUV123.61137.2469.79-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.21%
GREEN value IS 162 (63.67% from 255) = 47.09%
BLUE value IS 140 (55.08% from 255) = 40.70%
R=12.21%
G=47.09%
B=40.70%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal421621400.7400.140.3616958.8240
Hex2AA28C4A0E24a93b28
Octal52242214112016442517350
Binary101010101000101000110010010100111010010010101001111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA28C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,162,140); }

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

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

 a { background-color: rgb(42,162,140); }

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

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

 span { border-color: rgb(42,162,140); }

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