#166D63

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

Shades of Blue Stone #166D63

Tints of Blue Stone #166D63

Color information

#166D63 (or 0x166D63) is unknown color: approx Blue Stone. HEX triplet: 16, 6D and 63. RGB value is (22,109,99). Sum of RGB (Red+Green+Blue) = 22+109+99=230 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.57% from 230); Green value is 109 (42.97% from 255 or 47.39% from 230); Blue value is 99 (39.06% from 255 or 43.04% from 230); Max value from RGB is 109 - color contains mainly: green. Hex color #166D63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166D63 is #E9929C. Grayscale: #515151. Windows color (decimal): -15307421 or 6515990. OLE color: 6515990.

HSL color Cylindrical-coordinate representation of color #166D63: hue angle of 173.1º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #166D63 is Cyan = 0.80, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.57.

Color convert

RGB2210999-
CMYK0.8000.090.57
HSL173.1º66.41%25.69%-
HSV(B)173.1º79.82%42.75%-
XYZ8.0512.0113.7-
YUV81.85137.6885.31-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.57%
GREEN value IS 109 (42.97% from 255) = 47.39%
BLUE value IS 99 (39.06% from 255) = 43.04%
R=9.57%
G=47.39%
B=43.04%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal22109990.8000.090.57173.166.4125.69
Hex166D63500939ad421a
Octal261551431200117125510232
Binary101101101101110001110100000100111100110101101100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,109,99); }

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

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

 a { background-color: rgb(22,109,99); }

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

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

 span { border-color: rgb(22,109,99); }

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