#166C66

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

Shades of Blue Stone #166C66

Tints of Blue Stone #166C66

Color information

#166C66 (or 0x166C66) is unknown color: approx Blue Stone. HEX triplet: 16, 6C and 66. RGB value is (22,108,102). Sum of RGB (Red+Green+Blue) = 22+108+102=232 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.48% from 232); Green value is 108 (42.58% from 255 or 46.55% from 232); Blue value is 102 (40.23% from 255 or 43.97% from 232); Max value from RGB is 108 - color contains mainly: green. Hex color #166C66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166C66 is #E99399. Grayscale: #515151. Windows color (decimal): -15307674 or 6712342. OLE color: 6712342.

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

Color convert

RGB22108102-
CMYK0.8000.060.58
HSL175.81º66.15%25.49%-
HSV(B)175.81º79.63%42.35%-
XYZ8.0911.8614.43-
YUV81.6139.5185.49-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.48%
GREEN value IS 108 (42.58% from 255) = 46.55%
BLUE value IS 102 (40.23% from 255) = 43.97%
R=9.48%
G=46.55%
B=43.97%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal221081020.8000.060.58175.8166.1525.49
Hex166C6650063Ab04219
Octal26154146120067226010231
Binary10110110110011001101010000011011101010110000100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,108,102); }

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

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

 a { background-color: rgb(22,108,102); }

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

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

 span { border-color: rgb(22,108,102); }

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