#106e80

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

Shades of Allports #106E80

Tints of Allports #106E80

Color information

#106E80 (or 0x106E80) is unknown color: approx Allports. HEX triplet: 10, 6E and 80. RGB value is (16,110,128). Sum of RGB (Red+Green+Blue) = 16+110+128=254 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.30% from 254); Green value is 110 (43.36% from 255 or 43.31% from 254); Blue value is 128 (50.39% from 255 or 50.39% from 254); Max value from RGB is 128 - color contains mainly: blue. Hex color #106E80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106E80 is #EF917F. Grayscale: #535353. Windows color (decimal): -15700352 or 8416784. OLE color: 8416784.

HSL color Cylindrical-coordinate representation of color #106E80: hue angle of 189.64º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #106E80 is Cyan = 0.88, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB16110128-
CMYK0.880.1400.50
HSL189.64º77.78%28.24%-
HSV(B)189.64º87.5%50.2%-
XYZ9.6912.8222.39-
YUV83.95152.8679.54-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.30%
GREEN value IS 110 (43.36% from 255) = 43.31%
BLUE value IS 128 (50.39% from 255) = 50.39%
R=6.30%
G=43.31%
B=50.39%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal161101280.880.1400.50189.6477.7828.24
Hex106E8058E032be4e1c
Octal201562001301606227611634
Binary1000011011101000000010110001110011001010111110100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106e80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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