#16757C

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

Shades of Allports #16757C

Tints of Allports #16757C

Color information

#16757C (or 0x16757C) is unknown color: approx Allports. HEX triplet: 16, 75 and 7C. RGB value is (22,117,124). Sum of RGB (Red+Green+Blue) = 22+117+124=263 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.37% from 263); Green value is 117 (46.09% from 255 or 44.49% from 263); Blue value is 124 (48.83% from 255 or 47.15% from 263); Max value from RGB is 124 - color contains mainly: blue. Hex color #16757C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16757C is #E98A83. Grayscale: #595959. Windows color (decimal): -15305348 or 8156438. OLE color: 8156438.

HSL color Cylindrical-coordinate representation of color #16757C: hue angle of 184.12º 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 #16757C is Cyan = 0.82, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB22117124-
CMYK0.820.0600.51
HSL184.12º69.86%28.63%-
HSV(B)184.12º82.26%48.63%-
XYZ10.3314.3521.29-
YUV89.39147.5379.93-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.37%
GREEN value IS 117 (46.09% from 255) = 44.49%
BLUE value IS 124 (48.83% from 255) = 47.15%
R=8.37%
G=44.49%
B=47.15%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal221171240.820.0600.51184.1269.8628.63
Hex16757C526033b8461d
Octal26165174122606327010635
Binary10110111010111111001010010110011001110111000100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16757C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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