#16A690

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

Shades of Niagara #16A690

Tints of Niagara #16A690

Color information

#16A690 (or 0x16A690) is unknown color: approx Niagara. HEX triplet: 16, A6 and 90. RGB value is (22,166,144). Sum of RGB (Red+Green+Blue) = 22+166+144=332 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.63% from 332); Green value is 166 (65.23% from 255 or 50% from 332); Blue value is 144 (56.64% from 255 or 43.37% from 332); Max value from RGB is 166 - color contains mainly: green. Hex color #16A690 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16A690 is #E9596F. Grayscale: #787878. Windows color (decimal): -15292784 or 9479702. OLE color: 9479702.

HSL color Cylindrical-coordinate representation of color #16A690: hue angle of 170.83º 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 #16A690 is Cyan = 0.87, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB22166144-
CMYK0.8700.130.35
HSL170.83º76.6%36.86%-
HSV(B)170.83º86.75%65.1%-
XYZ1929.4631.07-
YUV120.44141.2957.79-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.63%
GREEN value IS 166 (65.23% from 255) = 50%
BLUE value IS 144 (56.64% from 255) = 43.37%
R=6.63%
G=50%
B=43.37%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal221661440.8700.130.35170.8376.636.86
Hex16A690570D23ab4d25
Octal262462201270154325311545
Binary101101010011010010000101011101101100011101010111001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16A690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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