#16767E

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

Shades of Allports #16767E

Tints of Allports #16767E

Color information

#16767E (or 0x16767E) is unknown color: approx Allports. HEX triplet: 16, 76 and 7E. RGB value is (22,118,126). Sum of RGB (Red+Green+Blue) = 22+118+126=266 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.27% from 266); Green value is 118 (46.48% from 255 or 44.36% from 266); Blue value is 126 (49.61% from 255 or 47.37% from 266); Max value from RGB is 126 - color contains mainly: blue. Hex color #16767E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16767E is #E98981. Grayscale: #5A5A5A. Windows color (decimal): -15305090 or 8287766. OLE color: 8287766.

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

Color convert

RGB22118126-
CMYK0.830.0600.51
HSL184.62º70.27%29.02%-
HSV(B)184.62º82.54%49.41%-
XYZ10.5814.6322.01-
YUV90.21148.279.35-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.27%
GREEN value IS 118 (46.48% from 255) = 44.36%
BLUE value IS 126 (49.61% from 255) = 47.37%
R=8.27%
G=44.36%
B=47.37%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal221181260.830.0600.51184.6270.2729.02
Hex16767E536033b9461d
Octal26166176123606327110635
Binary10110111011011111101010011110011001110111001100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16767E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16767E; }

 p { color: rgb(22,118,126); }

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

<style>
 a { background-color: #16767E; }

 a { background-color: rgb(22,118,126); }

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

<style>
 span { border-color: #16767E; }

 span { border-color: rgb(22,118,126); }

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