#20AD96

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

Shades of Niagara #20AD96

Tints of Niagara #20AD96

Color information

#20AD96 (or 0x20AD96) is unknown color: approx Niagara. HEX triplet: 20, AD and 96. RGB value is (32,173,150). Sum of RGB (Red+Green+Blue) = 32+173+150=355 (47% of max value = 765). Red value is 32 (12.89% from 255 or 9.01% from 355); Green value is 173 (67.97% from 255 or 48.73% from 355); Blue value is 150 (58.98% from 255 or 42.25% from 355); Max value from RGB is 173 - color contains mainly: green. Hex color #20AD96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20AD96 is #DF5269. Grayscale: #808080. Windows color (decimal): -14635626 or 9874720. OLE color: 9874720.

HSL color Cylindrical-coordinate representation of color #20AD96: hue angle of 170.21º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20AD96 is Cyan = 0.82, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.32.

Color convert

RGB32173150-
CMYK0.8200.130.32
HSL170.21º68.78%40.2%-
HSV(B)170.21º81.5%67.84%-
XYZ21.0432.434-
YUV128.22140.2959.37-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.01%
GREEN value IS 173 (67.97% from 255) = 48.73%
BLUE value IS 150 (58.98% from 255) = 42.25%
R=9.01%
G=48.73%
B=42.25%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal321731500.8200.130.32170.2168.7840.2
Hex20AD96520D20aa4528
Octal402552261220154025210550
Binary1000001010110110010110101001001101100000101010101000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20AD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,173,150); }

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

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

 a { background-color: rgb(32,173,150); }

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

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

 span { border-color: rgb(32,173,150); }

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