#20AB8F

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

Shades of Niagara #20AB8F

Tints of Niagara #20AB8F

Color information

#20AB8F (or 0x20AB8F) is unknown color: approx Niagara. HEX triplet: 20, AB and 8F. RGB value is (32,171,143). Sum of RGB (Red+Green+Blue) = 32+171+143=346 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.25% from 346); Green value is 171 (67.19% from 255 or 49.42% from 346); Blue value is 143 (56.25% from 255 or 41.33% from 346); Max value from RGB is 171 - color contains mainly: green. Hex color #20AB8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20AB8F is #DF5470. Grayscale: #7E7E7E. Windows color (decimal): -14636145 or 9415456. OLE color: 9415456.

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

Color convert

RGB32171143-
CMYK0.8100.160.33
HSL167.91º68.47%39.8%-
HSV(B)167.91º81.29%67.06%-
XYZ20.1231.4230.99-
YUV126.25137.4560.78-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.25%
GREEN value IS 171 (67.19% from 255) = 49.42%
BLUE value IS 143 (56.25% from 255) = 41.33%
R=9.25%
G=49.42%
B=41.33%

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
Decimal321711430.8100.160.33167.9168.4739.8
Hex20AB8F5101021a84428
Octal402532171210204125010450
Binary10000010101011100011111010001010000100001101010001000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20AB8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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