#106A75

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

Shades of Allports #106A75

Tints of Allports #106A75

Color information

#106A75 (or 0x106A75) is unknown color: approx Allports. HEX triplet: 10, 6A and 75. RGB value is (16,106,117). Sum of RGB (Red+Green+Blue) = 16+106+117=239 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.69% from 239); Green value is 106 (41.80% from 255 or 44.35% from 239); Blue value is 117 (46.09% from 255 or 48.95% from 239); Max value from RGB is 117 - color contains mainly: blue. Hex color #106A75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106A75 is #EF958A. Grayscale: #505050. Windows color (decimal): -15701387 or 7694864. OLE color: 7694864.

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

Color convert

RGB16106117-
CMYK0.860.0900.54
HSL186.53º75.94%26.08%-
HSV(B)186.53º86.32%45.88%-
XYZ8.5811.718.64-
YUV80.34148.6882.11-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.69%
GREEN value IS 106 (41.80% from 255) = 44.35%
BLUE value IS 117 (46.09% from 255) = 48.95%
R=6.69%
G=44.35%
B=48.95%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal161061170.860.0900.54186.5375.9426.08
Hex106A75569036bb4c1a
Octal201521651261106627311432
Binary100001101010111010110101101001011011010111011100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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