#16677D

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

Shades of Allports #16677D

Tints of Allports #16677D

Color information

#16677D (or 0x16677D) is unknown color: approx Allports. HEX triplet: 16, 67 and 7D. RGB value is (22,103,125). Sum of RGB (Red+Green+Blue) = 22+103+125=250 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.8% from 250); Green value is 103 (40.62% from 255 or 41.2% from 250); Blue value is 125 (49.22% from 255 or 50% from 250); Max value from RGB is 125 - color contains mainly: blue. Hex color #16677D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16677D is #E99882. Grayscale: #515151. Windows color (decimal): -15308931 or 8218390. OLE color: 8218390.

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

Color convert

RGB22103125-
CMYK0.820.1800.51
HSL192.82º70.07%28.82%-
HSV(B)192.82º82.4%49.02%-
XYZ8.8811.3521.12-
YUV81.29152.6685.71-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.8%
GREEN value IS 103 (40.62% from 255) = 41.2%
BLUE value IS 125 (49.22% from 255) = 50%
R=8.8%
G=41.2%
B=50%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal221031250.820.1800.51192.8270.0728.82
Hex16677D5212033c1461d
Octal261471751222206330110635
Binary1011011001111111101101001010010011001111000001100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16677D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16677D; }

 p { color: rgb(22,103,125); }

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

<style>
 a { background-color: #16677D; }

 a { background-color: rgb(22,103,125); }

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

<style>
 span { border-color: #16677D; }

 span { border-color: rgb(22,103,125); }

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