#20A896

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

Shades of Niagara #20A896

Tints of Niagara #20A896

Color information

#20A896 (or 0x20A896) is unknown color: approx Niagara. HEX triplet: 20, A8 and 96. RGB value is (32,168,150). Sum of RGB (Red+Green+Blue) = 32+168+150=350 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.14% from 350); Green value is 168 (66.02% from 255 or 48% from 350); Blue value is 150 (58.98% from 255 or 42.86% from 350); Max value from RGB is 168 - color contains mainly: green. Hex color #20A896 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20A896 is #DF5769. Grayscale: #7D7D7D. Windows color (decimal): -14636906 or 9873440. OLE color: 9873440.

HSL color Cylindrical-coordinate representation of color #20A896: hue angle of 172.06º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #20A896 is Cyan = 0.81, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.34.

Color convert

RGB32168150-
CMYK0.8100.110.34
HSL172.06º68%39.22%-
HSV(B)172.06º80.95%65.88%-
XYZ20.130.5133.68-
YUV125.28141.9461.46-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.14%
GREEN value IS 168 (66.02% from 255) = 48%
BLUE value IS 150 (58.98% from 255) = 42.86%
R=9.14%
G=48%
B=42.86%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal321681500.8100.110.34172.066839.22
Hex20A896510B22ac4427
Octal402502261210134225410447
Binary1000001010100010010110101000101011100010101011001000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20A896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,168,150); }

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

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

 a { background-color: rgb(32,168,150); }

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

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

 span { border-color: rgb(32,168,150); }

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