#166B85

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

Shades of Allports #166B85

Tints of Allports #166B85

Color information

#166B85 (or 0x166B85) is unknown color: approx Allports. HEX triplet: 16, 6B and 85. RGB value is (22,107,133). Sum of RGB (Red+Green+Blue) = 22+107+133=262 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.40% from 262); Green value is 107 (42.19% from 255 or 40.84% from 262); Blue value is 133 (52.34% from 255 or 50.76% from 262); Max value from RGB is 133 - color contains mainly: blue. Hex color #166B85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166B85 is #E9947A. Grayscale: #545454. Windows color (decimal): -15307899 or 8743702. OLE color: 8743702.

HSL color Cylindrical-coordinate representation of color #166B85: hue angle of 194.05º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #166B85 is Cyan = 0.83, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB22107133-
CMYK0.830.2000.48
HSL194.05º71.61%30.39%-
HSV(B)194.05º83.46%52.16%-
XYZ9.8212.3824.06-
YUV84.55155.3483.39-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.40%
GREEN value IS 107 (42.19% from 255) = 40.84%
BLUE value IS 133 (52.34% from 255) = 50.76%
R=8.40%
G=40.84%
B=50.76%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal221071330.830.2000.48194.0571.6130.39
Hex166B855314030c2481e
Octal261532051232406030211036
Binary10110110101110000101101001110100011000011000010100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166B85; }

 p { color: rgb(22,107,133); }

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

<style>
 a { background-color: #166B85; }

 a { background-color: rgb(22,107,133); }

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

<style>
 span { border-color: #166B85; }

 span { border-color: rgb(22,107,133); }

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