#106D85

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

Shades of Allports #106D85

Tints of Allports #106D85

Color information

#106D85 (or 0x106D85) is unknown color: approx Allports. HEX triplet: 10, 6D and 85. RGB value is (16,109,133). Sum of RGB (Red+Green+Blue) = 16+109+133=258 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.20% from 258); Green value is 109 (42.97% from 255 or 42.25% from 258); Blue value is 133 (52.34% from 255 or 51.55% from 258); Max value from RGB is 133 - color contains mainly: blue. Hex color #106D85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106D85 is #EF927A. Grayscale: #535353. Windows color (decimal): -15700603 or 8744208. OLE color: 8744208.

HSL color Cylindrical-coordinate representation of color #106D85: hue angle of 192.31º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #106D85 is Cyan = 0.88, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB16109133-
CMYK0.880.1800.48
HSL192.31º78.52%29.22%-
HSV(B)192.31º87.97%52.16%-
XYZ9.9212.7424.13-
YUV83.93155.6979.55-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.20%
GREEN value IS 109 (42.97% from 255) = 42.25%
BLUE value IS 133 (52.34% from 255) = 51.55%
R=6.20%
G=42.25%
B=51.55%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal161091330.880.1800.48192.3178.5229.22
Hex106D855812030c04f1d
Octal201552051302206030011735
Binary10000110110110000101101100010010011000011000000100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,109,133); }

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

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

 a { background-color: rgb(16,109,133); }

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

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

 span { border-color: rgb(16,109,133); }

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