#20AD94

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

Shades of Niagara #20AD94

Tints of Niagara #20AD94

Color information

#20AD94 (or 0x20AD94) is unknown color: approx Niagara. HEX triplet: 20, AD and 94. RGB value is (32,173,148). Sum of RGB (Red+Green+Blue) = 32+173+148=353 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.07% from 353); Green value is 173 (67.97% from 255 or 49.01% from 353); Blue value is 148 (58.20% from 255 or 41.93% from 353); Max value from RGB is 173 - color contains mainly: green. Hex color #20AD94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20AD94 is #DF526B. Grayscale: #7F7F7F. Windows color (decimal): -14635628 or 9743648. OLE color: 9743648.

HSL color Cylindrical-coordinate representation of color #20AD94: hue angle of 169.36º 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 #20AD94 is Cyan = 0.82, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB32173148-
CMYK0.8200.140.32
HSL169.36º68.78%40.2%-
HSV(B)169.36º81.5%67.84%-
XYZ20.8832.3333.16-
YUV127.99139.2959.53-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.07%
GREEN value IS 173 (67.97% from 255) = 49.01%
BLUE value IS 148 (58.20% from 255) = 41.93%
R=9.07%
G=49.01%
B=41.93%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal321731480.8200.140.32169.3668.7840.2
Hex20AD94520E20a94528
Octal402552241220164025110550
Binary1000001010110110010100101001001110100000101010011000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20AD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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