#20A083

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

Shades of Niagara #20A083

Tints of Niagara #20A083

Color information

#20A083 (or 0x20A083) is unknown color: approx Niagara. HEX triplet: 20, A0 and 83. RGB value is (32,160,131). Sum of RGB (Red+Green+Blue) = 32+160+131=323 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.91% from 323); Green value is 160 (62.89% from 255 or 49.54% from 323); Blue value is 131 (51.56% from 255 or 40.56% from 323); Max value from RGB is 160 - color contains mainly: green. Hex color #20A083 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20A083 is #DF5F7C. Grayscale: #767676. Windows color (decimal): -14638973 or 8626208. OLE color: 8626208.

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

Color convert

RGB32160131-
CMYK0.8000.180.37
HSL166.41º66.67%37.65%-
HSV(B)166.41º80%62.75%-
XYZ17.2627.0925.79-
YUV118.42135.0966.36-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.91%
GREEN value IS 160 (62.89% from 255) = 49.54%
BLUE value IS 131 (51.56% from 255) = 40.56%
R=9.91%
G=49.54%
B=40.56%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal321601310.8000.180.37166.4166.6737.65
Hex20A0835001225a64326
Octal402402031200224524610346
Binary10000010100000100000111010000010010100101101001101000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20A083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,160,131); }

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

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

 a { background-color: rgb(32,160,131); }

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

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

 span { border-color: rgb(32,160,131); }

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