#106E85

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

Shades of Allports #106E85

Tints of Allports #106E85

Color information

#106E85 (or 0x106E85) is unknown color: approx Allports. HEX triplet: 10, 6E and 85. RGB value is (16,110,133). Sum of RGB (Red+Green+Blue) = 16+110+133=259 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.18% from 259); Green value is 110 (43.36% from 255 or 42.47% from 259); Blue value is 133 (52.34% from 255 or 51.35% from 259); Max value from RGB is 133 - color contains mainly: blue. Hex color #106E85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106E85 is #EF917A. Grayscale: #545454. Windows color (decimal): -15700347 or 8744464. OLE color: 8744464.

HSL color Cylindrical-coordinate representation of color #106E85: hue angle of 191.79º 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 #106E85 is Cyan = 0.88, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB16110133-
CMYK0.880.1700.48
HSL191.79º78.52%29.22%-
HSV(B)191.79º87.97%52.16%-
XYZ10.0212.9624.16-
YUV84.52155.3679.13-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.18%
GREEN value IS 110 (43.36% from 255) = 42.47%
BLUE value IS 133 (52.34% from 255) = 51.35%
R=6.18%
G=42.47%
B=51.35%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal161101330.880.1700.48191.7978.5229.22
Hex106E855811030c04f1d
Octal201562051302106030011735
Binary10000110111010000101101100010001011000011000000100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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