#16A68F

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

Shades of Niagara #16A68F

Tints of Niagara #16A68F

Color information

#16A68F (or 0x16A68F) is unknown color: approx Niagara. HEX triplet: 16, A6 and 8F. RGB value is (22,166,143). Sum of RGB (Red+Green+Blue) = 22+166+143=331 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.65% from 331); Green value is 166 (65.23% from 255 or 50.15% from 331); Blue value is 143 (56.25% from 255 or 43.20% from 331); Max value from RGB is 166 - color contains mainly: green. Hex color #16A68F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16A68F is #E95970. Grayscale: #787878. Windows color (decimal): -15292785 or 9414166. OLE color: 9414166.

HSL color Cylindrical-coordinate representation of color #16A68F: hue angle of 170.42º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #16A68F is Cyan = 0.87, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB22166143-
CMYK0.8700.140.35
HSL170.42º76.6%36.86%-
HSV(B)170.42º86.75%65.1%-
XYZ18.9329.4330.67-
YUV120.32140.7957.87-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.65%
GREEN value IS 166 (65.23% from 255) = 50.15%
BLUE value IS 143 (56.25% from 255) = 43.20%
R=6.65%
G=50.15%
B=43.20%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal221661430.8700.140.35170.4276.636.86
Hex16A68F570E23aa4d25
Octal262462171270164325211545
Binary101101010011010001111101011101110100011101010101001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16A68F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16A68F; }

 p { color: rgb(22,166,143); }

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

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

 a { background-color: rgb(22,166,143); }

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

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

 span { border-color: rgb(22,166,143); }

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