#166F71

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

Shades of Blue Stone #166F71

Tints of Blue Stone #166F71

Color information

#166F71 (or 0x166F71) is unknown color: approx Blue Stone. HEX triplet: 16, 6F and 71. RGB value is (22,111,113). Sum of RGB (Red+Green+Blue) = 22+111+113=246 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.94% from 246); Green value is 111 (43.75% from 255 or 45.12% from 246); Blue value is 113 (44.53% from 255 or 45.93% from 246); Max value from RGB is 113 - color contains mainly: blue. Hex color #166F71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166F71 is #E9908E. Grayscale: #545454. Windows color (decimal): -15306895 or 7434006. OLE color: 7434006.

HSL color Cylindrical-coordinate representation of color #166F71: hue angle of 181.32º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #166F71 is Cyan = 0.81, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB22111113-
CMYK0.810.0200.56
HSL181.32º67.41%26.47%-
HSV(B)181.32º80.53%44.31%-
XYZ912.7317.61-
YUV84.62144.0183.34-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.94%
GREEN value IS 111 (43.75% from 255) = 45.12%
BLUE value IS 113 (44.53% from 255) = 45.93%
R=8.94%
G=45.12%
B=45.93%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal221111130.810.0200.56181.3267.4126.47
Hex166F71512038b5431a
Octal26157161121207026510332
Binary1011011011111110001101000110011100010110101100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,111,113); }

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

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

 a { background-color: rgb(22,111,113); }

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

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

 span { border-color: rgb(22,111,113); }

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