#20A588

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

Shades of Niagara #20A588

Tints of Niagara #20A588

Color information

#20A588 (or 0x20A588) is unknown color: approx Niagara. HEX triplet: 20, A5 and 88. RGB value is (32,165,136). Sum of RGB (Red+Green+Blue) = 32+165+136=333 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.61% from 333); Green value is 165 (64.84% from 255 or 49.55% from 333); Blue value is 136 (53.52% from 255 or 40.84% from 333); Max value from RGB is 165 - color contains mainly: green. Hex color #20A588 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20A588 is #DF5A77. Grayscale: #797979. Windows color (decimal): -14637688 or 8955168. OLE color: 8955168.

HSL color Cylindrical-coordinate representation of color #20A588: hue angle of 166.92º 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 #20A588 is Cyan = 0.81, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.35.

Color convert

RGB32165136-
CMYK0.8100.180.35
HSL166.92º67.51%38.63%-
HSV(B)166.92º80.61%64.71%-
XYZ18.4928.9927.91-
YUV121.93135.9463.86-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.61%
GREEN value IS 165 (64.84% from 255) = 49.55%
BLUE value IS 136 (53.52% from 255) = 40.84%
R=9.61%
G=49.55%
B=40.84%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal321651360.8100.180.35166.9267.5138.63
Hex20A5885101223a74427
Octal402452101210224324710447
Binary10000010100101100010001010001010010100011101001111000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20A588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,165,136); }

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

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

 a { background-color: rgb(32,165,136); }

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

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

 span { border-color: rgb(32,165,136); }

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