#16717C

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

Shades of Allports #16717C

Tints of Allports #16717C

Color information

#16717C (or 0x16717C) is unknown color: approx Allports. HEX triplet: 16, 71 and 7C. RGB value is (22,113,124). Sum of RGB (Red+Green+Blue) = 22+113+124=259 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.49% from 259); Green value is 113 (44.53% from 255 or 43.63% from 259); Blue value is 124 (48.83% from 255 or 47.88% from 259); Max value from RGB is 124 - color contains mainly: blue. Hex color #16717C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16717C is #E98E83. Grayscale: #565656. Windows color (decimal): -15306372 or 8155414. OLE color: 8155414.

HSL color Cylindrical-coordinate representation of color #16717C: hue angle of 186.47º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #16717C is Cyan = 0.82, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB22113124-
CMYK0.820.0900.51
HSL186.47º69.86%28.63%-
HSV(B)186.47º82.26%48.63%-
XYZ9.8713.4421.14-
YUV87.04148.8581.61-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.49%
GREEN value IS 113 (44.53% from 255) = 43.63%
BLUE value IS 124 (48.83% from 255) = 47.88%
R=8.49%
G=43.63%
B=47.88%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal221131240.820.0900.51186.4769.8628.63
Hex16717C529033ba461d
Octal261611741221106327210635
Binary101101110001111110010100101001011001110111010100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16717C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16717C; }

 p { color: rgb(22,113,124); }

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

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

 a { background-color: rgb(22,113,124); }

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

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

 span { border-color: rgb(22,113,124); }

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