#20AB90

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

Shades of Niagara #20AB90

Tints of Niagara #20AB90

Color information

#20AB90 (or 0x20AB90) is unknown color: approx Niagara. HEX triplet: 20, AB and 90. RGB value is (32,171,144). Sum of RGB (Red+Green+Blue) = 32+171+144=347 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.22% from 347); Green value is 171 (67.19% from 255 or 49.28% from 347); Blue value is 144 (56.64% from 255 or 41.50% from 347); Max value from RGB is 171 - color contains mainly: green. Hex color #20AB90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20AB90 is #DF546F. Grayscale: #7E7E7E. Windows color (decimal): -14636144 or 9480992. OLE color: 9480992.

HSL color Cylindrical-coordinate representation of color #20AB90: hue angle of 168.35º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #20AB90 is Cyan = 0.81, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB32171144-
CMYK0.8100.160.33
HSL168.35º68.47%39.8%-
HSV(B)168.35º81.29%67.06%-
XYZ20.1931.4531.39-
YUV126.36137.9560.7-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.22%
GREEN value IS 171 (67.19% from 255) = 49.28%
BLUE value IS 144 (56.64% from 255) = 41.50%
R=9.22%
G=49.28%
B=41.50%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal321711440.8100.160.33168.3568.4739.8
Hex20AB905101021a84428
Octal402532201210204125010450
Binary10000010101011100100001010001010000100001101010001000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20AB90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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