#20A690

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

Shades of Niagara #20A690

Tints of Niagara #20A690

Color information

#20A690 (or 0x20A690) is unknown color: approx Niagara. HEX triplet: 20, A6 and 90. RGB value is (32,166,144). Sum of RGB (Red+Green+Blue) = 32+166+144=342 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.36% from 342); Green value is 166 (65.23% from 255 or 48.54% from 342); Blue value is 144 (56.64% from 255 or 42.11% from 342); Max value from RGB is 166 - color contains mainly: green. Hex color #20A690 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20A690 is #DF596F. Grayscale: #7B7B7B. Windows color (decimal): -14637424 or 9479712. OLE color: 9479712.

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

Color convert

RGB32166144-
CMYK0.8100.130.35
HSL170.15º67.68%38.82%-
HSV(B)170.15º80.72%65.1%-
XYZ19.2729.5931.08-
YUV123.43139.6162.79-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.36%
GREEN value IS 166 (65.23% from 255) = 48.54%
BLUE value IS 144 (56.64% from 255) = 42.11%
R=9.36%
G=48.54%
B=42.11%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal321661440.8100.130.35170.1567.6838.82
Hex20A690510D23aa4427
Octal402462201210154325210447
Binary1000001010011010010000101000101101100011101010101000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20A690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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