#166A60

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

Shades of Blue Stone #166A60

Tints of Blue Stone #166A60

Color information

#166A60 (or 0x166A60) is unknown color: approx Blue Stone. HEX triplet: 16, 6A and 60. RGB value is (22,106,96). Sum of RGB (Red+Green+Blue) = 22+106+96=224 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.82% from 224); Green value is 106 (41.80% from 255 or 47.32% from 224); Blue value is 96 (37.89% from 255 or 42.86% from 224); Max value from RGB is 106 - color contains mainly: green. Hex color #166A60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166A60 is #E9959F. Grayscale: #4F4F4F. Windows color (decimal): -15308192 or 6318614. OLE color: 6318614.

HSL color Cylindrical-coordinate representation of color #166A60: hue angle of 172.86º 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 #166A60 is Cyan = 0.79, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.58.

Color convert

RGB2210696-
CMYK0.7900.090.58
HSL172.86º65.62%25.1%-
HSV(B)172.86º79.25%41.57%-
XYZ7.611.3212.85-
YUV79.74137.1786.81-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.82%
GREEN value IS 106 (41.80% from 255) = 47.32%
BLUE value IS 96 (37.89% from 255) = 42.86%
R=9.82%
G=47.32%
B=42.86%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal22106960.7900.090.58172.8665.6225.1
Hex166A604F093Aad4219
Octal261521401170117225510231
Binary101101101010110000010011110100111101010101101100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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