#20AB8E

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

Shades of Niagara #20AB8E

Tints of Niagara #20AB8E

Color information

#20AB8E (or 0x20AB8E) is unknown color: approx Niagara. HEX triplet: 20, AB and 8E. RGB value is (32,171,142). Sum of RGB (Red+Green+Blue) = 32+171+142=345 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.28% from 345); Green value is 171 (67.19% from 255 or 49.57% from 345); Blue value is 142 (55.86% from 255 or 41.16% from 345); Max value from RGB is 171 - color contains mainly: green. Hex color #20AB8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20AB8E is #DF5471. Grayscale: #7E7E7E. Windows color (decimal): -14636146 or 9349920. OLE color: 9349920.

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

Color convert

RGB32171142-
CMYK0.8100.170.33
HSL167.48º68.47%39.8%-
HSV(B)167.48º81.29%67.06%-
XYZ20.0431.3930.59-
YUV126.13136.9560.86-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.28%
GREEN value IS 171 (67.19% from 255) = 49.57%
BLUE value IS 142 (55.86% from 255) = 41.16%
R=9.28%
G=49.57%
B=41.16%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal321711420.8100.170.33167.4868.4739.8
Hex20AB8E5101121a74428
Octal402532161210214124710450
Binary10000010101011100011101010001010001100001101001111000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20AB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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