#16687C

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

Shades of Allports #16687C

Tints of Allports #16687C

Color information

#16687C (or 0x16687C) is unknown color: approx Allports. HEX triplet: 16, 68 and 7C. RGB value is (22,104,124). Sum of RGB (Red+Green+Blue) = 22+104+124=250 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.8% from 250); Green value is 104 (41.02% from 255 or 41.6% from 250); Blue value is 124 (48.83% from 255 or 49.6% from 250); Max value from RGB is 124 - color contains mainly: blue. Hex color #16687C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16687C is #E99783. Grayscale: #515151. Windows color (decimal): -15308676 or 8153110. OLE color: 8153110.

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

Color convert

RGB22104124-
CMYK0.820.1600.51
HSL191.76º69.86%28.63%-
HSV(B)191.76º82.26%48.63%-
XYZ8.9211.5320.82-
YUV81.76151.8385.37-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.8%
GREEN value IS 104 (41.02% from 255) = 41.6%
BLUE value IS 124 (48.83% from 255) = 49.6%
R=8.8%
G=41.6%
B=49.6%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal221041240.820.1600.51191.7669.8628.63
Hex16687C5210033c0461d
Octal261501741222006330010635
Binary1011011010001111100101001010000011001111000000100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16687C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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