#106A76

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

Shades of Allports #106A76

Tints of Allports #106A76

Color information

#106A76 (or 0x106A76) is unknown color: approx Allports. HEX triplet: 10, 6A and 76. RGB value is (16,106,118). Sum of RGB (Red+Green+Blue) = 16+106+118=240 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.67% from 240); Green value is 106 (41.80% from 255 or 44.17% from 240); Blue value is 118 (46.48% from 255 or 49.17% from 240); Max value from RGB is 118 - color contains mainly: blue. Hex color #106A76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106A76 is #EF9589. Grayscale: #505050. Windows color (decimal): -15701386 or 7760400. OLE color: 7760400.

HSL color Cylindrical-coordinate representation of color #106A76: hue angle of 187.06º 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 #106A76 is Cyan = 0.86, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB16106118-
CMYK0.860.1000.54
HSL187.06º76.12%26.27%-
HSV(B)187.06º86.44%46.27%-
XYZ8.6411.7318.95-
YUV80.46149.1882.02-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.67%
GREEN value IS 106 (41.80% from 255) = 44.17%
BLUE value IS 118 (46.48% from 255) = 49.17%
R=6.67%
G=44.17%
B=49.17%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal161061180.860.1000.54187.0676.1226.27
Hex106A7656A036bb4c1a
Octal201521661261206627311432
Binary100001101010111011010101101010011011010111011100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106A76; }

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

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

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

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

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

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

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

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