#16757B

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

Shades of Allports #16757B

Tints of Allports #16757B

Color information

#16757B (or 0x16757B) is unknown color: approx Allports. HEX triplet: 16, 75 and 7B. RGB value is (22,117,123). Sum of RGB (Red+Green+Blue) = 22+117+123=262 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.40% from 262); Green value is 117 (46.09% from 255 or 44.66% from 262); Blue value is 123 (48.44% from 255 or 46.95% from 262); Max value from RGB is 123 - color contains mainly: blue. Hex color #16757B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16757B is #E98A84. Grayscale: #595959. Windows color (decimal): -15305349 or 8090902. OLE color: 8090902.

HSL color Cylindrical-coordinate representation of color #16757B: hue angle of 183.56º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #16757B is Cyan = 0.82, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB22117123-
CMYK0.820.0500.52
HSL183.56º69.66%28.43%-
HSV(B)183.56º82.11%48.24%-
XYZ10.2714.3220.96-
YUV89.28147.0380.01-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.40%
GREEN value IS 117 (46.09% from 255) = 44.66%
BLUE value IS 123 (48.44% from 255) = 46.95%
R=8.40%
G=44.66%
B=46.95%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal221171230.820.0500.52183.5669.6628.43
Hex16757B525034b8461c
Octal26165173122506427010634
Binary10110111010111110111010010101011010010111000100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16757B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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