#169D83

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

Shades of Niagara #169D83

Tints of Niagara #169D83

Color information

#169D83 (or 0x169D83) is unknown color: approx Niagara. HEX triplet: 16, 9D and 83. RGB value is (22,157,131). Sum of RGB (Red+Green+Blue) = 22+157+131=310 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.10% from 310); Green value is 157 (61.72% from 255 or 50.65% from 310); Blue value is 131 (51.56% from 255 or 42.26% from 310); Max value from RGB is 157 - color contains mainly: green. Hex color #169D83 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #169D83 is #E9627C. Grayscale: #717171. Windows color (decimal): -15295101 or 8625430. OLE color: 8625430.

HSL color Cylindrical-coordinate representation of color #169D83: hue angle of 168.44º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #169D83 is Cyan = 0.86, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.38.

Color convert

RGB22157131-
CMYK0.8600.170.38
HSL168.44º75.42%35.1%-
HSV(B)168.44º85.99%61.57%-
XYZ16.4825.9225.61-
YUV113.67137.7762.61-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.10%
GREEN value IS 157 (61.72% from 255) = 50.65%
BLUE value IS 131 (51.56% from 255) = 42.26%
R=7.10%
G=50.65%
B=42.26%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal221571310.8600.170.38168.4475.4235.1
Hex169D835601126a84b23
Octal262352031260214625011343
Binary1011010011101100000111010110010001100110101010001001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #169D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #169D83; }

 p { color: rgb(22,157,131); }

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

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

 a { background-color: rgb(22,157,131); }

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

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

 span { border-color: rgb(22,157,131); }

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