#20A089

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

Shades of Niagara #20A089

Tints of Niagara #20A089

Color information

#20A089 (or 0x20A089) is unknown color: approx Niagara. HEX triplet: 20, A0 and 89. RGB value is (32,160,137). Sum of RGB (Red+Green+Blue) = 32+160+137=329 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.73% from 329); Green value is 160 (62.89% from 255 or 48.63% from 329); Blue value is 137 (53.91% from 255 or 41.64% from 329); Max value from RGB is 160 - color contains mainly: green. Hex color #20A089 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20A089 is #DF5F76. Grayscale: #777777. Windows color (decimal): -14638967 or 9019424. OLE color: 9019424.

HSL color Cylindrical-coordinate representation of color #20A089: hue angle of 169.22º 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 #20A089 is Cyan = 0.80, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB32160137-
CMYK0.8000.140.37
HSL169.22º66.67%37.65%-
HSV(B)169.22º80%62.75%-
XYZ17.6827.2528-
YUV119.11138.0965.87-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.73%
GREEN value IS 160 (62.89% from 255) = 48.63%
BLUE value IS 137 (53.91% from 255) = 41.64%
R=9.73%
G=48.63%
B=41.64%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal321601370.8000.140.37169.2266.6737.65
Hex20A089500E25a94326
Octal402402111200164525110346
Binary1000001010000010001001101000001110100101101010011000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20A089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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