#20A390

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

Shades of Niagara #20A390

Tints of Niagara #20A390

Color information

#20A390 (or 0x20A390) is unknown color: approx Niagara. HEX triplet: 20, A3 and 90. RGB value is (32,163,144). Sum of RGB (Red+Green+Blue) = 32+163+144=339 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.44% from 339); Green value is 163 (64.06% from 255 or 48.08% from 339); Blue value is 144 (56.64% from 255 or 42.48% from 339); Max value from RGB is 163 - color contains mainly: green. Hex color #20A390 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20A390 is #DF5C6F. Grayscale: #797979. Windows color (decimal): -14638192 or 9478944. OLE color: 9478944.

HSL color Cylindrical-coordinate representation of color #20A390: hue angle of 171.3º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #20A390 is Cyan = 0.80, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB32163144-
CMYK0.8000.120.36
HSL171.3º67.18%38.24%-
HSV(B)171.3º80.37%63.92%-
XYZ18.7328.5230.9-
YUV121.66140.664.04-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.44%
GREEN value IS 163 (64.06% from 255) = 48.08%
BLUE value IS 144 (56.64% from 255) = 42.48%
R=9.44%
G=48.08%
B=42.48%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal321631440.8000.120.36171.367.1838.24
Hex20A390500C24ab4326
Octal402432201200144425310346
Binary1000001010001110010000101000001100100100101010111000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20A390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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