#20AA90

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

Shades of Niagara #20AA90

Tints of Niagara #20AA90

Color information

#20AA90 (or 0x20AA90) is unknown color: approx Niagara. HEX triplet: 20, AA and 90. RGB value is (32,170,144). Sum of RGB (Red+Green+Blue) = 32+170+144=346 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.25% from 346); Green value is 170 (66.80% from 255 or 49.13% from 346); Blue value is 144 (56.64% from 255 or 41.62% from 346); Max value from RGB is 170 - color contains mainly: green. Hex color #20AA90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20AA90 is #DF556F. Grayscale: #7D7D7D. Windows color (decimal): -14636400 or 9480736. OLE color: 9480736.

HSL color Cylindrical-coordinate representation of color #20AA90: hue angle of 168.7º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #20AA90 is Cyan = 0.81, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB32170144-
CMYK0.8100.150.33
HSL168.7º68.32%39.61%-
HSV(B)168.7º81.18%66.67%-
XYZ2031.0731.33-
YUV125.77138.2861.11-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.25%
GREEN value IS 170 (66.80% from 255) = 49.13%
BLUE value IS 144 (56.64% from 255) = 41.62%
R=9.25%
G=49.13%
B=41.62%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal321701440.8100.150.33168.768.3239.61
Hex20AA90510F21a94428
Octal402522201210174125110450
Binary1000001010101010010000101000101111100001101010011000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20AA90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20AA90; }

 p { color: rgb(32,170,144); }

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

<style>
 a { background-color: #20AA90; }

 a { background-color: rgb(32,170,144); }

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

<style>
 span { border-color: #20AA90; }

 span { border-color: rgb(32,170,144); }

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