#209684

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

Shades of Niagara #209684

Tints of Niagara #209684

Color information

#209684 (or 0x209684) is unknown color: approx Niagara. HEX triplet: 20, 96 and 84. RGB value is (32,150,132). Sum of RGB (Red+Green+Blue) = 32+150+132=314 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.19% from 314); Green value is 150 (58.98% from 255 or 47.77% from 314); Blue value is 132 (51.95% from 255 or 42.04% from 314); Max value from RGB is 150 - color contains mainly: green. Hex color #209684 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209684 is #DF697B. Grayscale: #707070. Windows color (decimal): -14641532 or 8689184. OLE color: 8689184.

HSL color Cylindrical-coordinate representation of color #209684: hue angle of 170.85º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #209684 is Cyan = 0.79, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.41.

Color convert

RGB32150132-
CMYK0.7900.120.41
HSL170.85º64.84%35.69%-
HSV(B)170.85º78.67%58.82%-
XYZ15.6723.7925.6-
YUV112.67138.9170.46-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.19%
GREEN value IS 150 (58.98% from 255) = 47.77%
BLUE value IS 132 (51.95% from 255) = 42.04%
R=10.19%
G=47.77%
B=42.04%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal321501320.7900.120.41170.8564.8435.69
Hex2096844F0C29ab4124
Octal402262041170145125310144
Binary1000001001011010000100100111101100101001101010111000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #209684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #209684; }

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

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

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

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

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

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

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

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