#106176

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

Shades of Allports #106176

Tints of Allports #106176

Color information

#106176 (or 0x106176) is unknown color: approx Allports. HEX triplet: 10, 61 and 76. RGB value is (16,97,118). Sum of RGB (Red+Green+Blue) = 16+97+118=231 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.93% from 231); Green value is 97 (38.28% from 255 or 41.99% from 231); Blue value is 118 (46.48% from 255 or 51.08% from 231); Max value from RGB is 118 - color contains mainly: blue. Hex color #106176 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106176 is #EF9E89. Grayscale: #4B4B4B. Windows color (decimal): -15703690 or 7758096. OLE color: 7758096.

HSL color Cylindrical-coordinate representation of color #106176: hue angle of 192.35º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #106176 is Cyan = 0.86, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1697118-
CMYK0.860.1800.54
HSL192.35º76.12%26.27%-
HSV(B)192.35º86.44%46.27%-
XYZ7.769.9718.65-
YUV75.18152.1685.79-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.93%
GREEN value IS 97 (38.28% from 255) = 41.99%
BLUE value IS 118 (46.48% from 255) = 51.08%
R=6.93%
G=41.99%
B=51.08%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal16971180.860.1800.54192.3576.1226.27
Hex1061765612036c04c1a
Octal201411661262206630011432
Binary1000011000011110110101011010010011011011000000100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106176; }

 p { color: rgb(16,97,118); }

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

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

 a { background-color: rgb(16,97,118); }

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

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

 span { border-color: rgb(16,97,118); }

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