#2AAC90

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

Shades of Niagara #2AAC90

Tints of Niagara #2AAC90

Color information

#2AAC90 (or 0x2AAC90) is unknown color: approx Niagara. HEX triplet: 2A, AC and 90. RGB value is (42,172,144). Sum of RGB (Red+Green+Blue) = 42+172+144=358 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.73% from 358); Green value is 172 (67.58% from 255 or 48.04% from 358); Blue value is 144 (56.64% from 255 or 40.22% from 358); Max value from RGB is 172 - color contains mainly: green. Hex color #2AAC90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AAC90 is #D5536F. Grayscale: #818181. Windows color (decimal): -13980528 or 9481258. OLE color: 9481258.

HSL color Cylindrical-coordinate representation of color #2AAC90: hue angle of 167.08º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2AAC90 is Cyan = 0.76, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB42172144-
CMYK0.7600.160.33
HSL167.08º60.75%41.96%-
HSV(B)167.08º75.58%67.45%-
XYZ20.7432.0131.47-
YUV129.94135.9365.28-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.73%
GREEN value IS 172 (67.58% from 255) = 48.04%
BLUE value IS 144 (56.64% from 255) = 40.22%
R=11.73%
G=48.04%
B=40.22%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal421721440.7600.160.33167.0860.7541.96
Hex2AAC904C01021a73d2a
Octal52254220114020412477552
Binary1010101010110010010000100110001000010000110100111111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AAC90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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