#166B60

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

Shades of Blue Stone #166B60

Tints of Blue Stone #166B60

Color information

#166B60 (or 0x166B60) is unknown color: approx Blue Stone. HEX triplet: 16, 6B and 60. RGB value is (22,107,96). Sum of RGB (Red+Green+Blue) = 22+107+96=225 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.78% from 225); Green value is 107 (42.19% from 255 or 47.56% from 225); Blue value is 96 (37.89% from 255 or 42.67% from 225); Max value from RGB is 107 - color contains mainly: green. Hex color #166B60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166B60 is #E9949F. Grayscale: #505050. Windows color (decimal): -15307936 or 6318870. OLE color: 6318870.

HSL color Cylindrical-coordinate representation of color #166B60: hue angle of 172.24º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #166B60 is Cyan = 0.79, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.58.

Color convert

RGB2210796-
CMYK0.7900.100.58
HSL172.24º65.89%25.29%-
HSV(B)172.24º79.44%41.96%-
XYZ7.711.5312.89-
YUV80.33136.8486.39-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.78%
GREEN value IS 107 (42.19% from 255) = 47.56%
BLUE value IS 96 (37.89% from 255) = 42.67%
R=9.78%
G=47.56%
B=42.67%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal22107960.7900.100.58172.2465.8925.29
Hex166B604F0A3Aac4219
Octal261531401170127225410231
Binary101101101011110000010011110101011101010101100100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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