#166E63

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

Shades of Blue Stone #166E63

Tints of Blue Stone #166E63

Color information

#166E63 (or 0x166E63) is unknown color: approx Blue Stone. HEX triplet: 16, 6E and 63. RGB value is (22,110,99). Sum of RGB (Red+Green+Blue) = 22+110+99=231 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.52% from 231); Green value is 110 (43.36% from 255 or 47.62% from 231); Blue value is 99 (39.06% from 255 or 42.86% from 231); Max value from RGB is 110 - color contains mainly: green. Hex color #166E63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166E63 is #E9919C. Grayscale: #525252. Windows color (decimal): -15307165 or 6516246. OLE color: 6516246.

HSL color Cylindrical-coordinate representation of color #166E63: hue angle of 172.5º degrees, saturation: 0.67, 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 #166E63 is Cyan = 0.8, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.57.

Color convert

RGB2211099-
CMYK0.800.10.57
HSL172.5º66.67%25.88%-
HSV(B)172.5º80%43.14%-
XYZ8.1612.2213.73-
YUV82.43137.3584.89-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.52%
GREEN value IS 110 (43.36% from 255) = 47.62%
BLUE value IS 99 (39.06% from 255) = 42.86%
R=9.52%
G=47.62%
B=42.86%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal22110990.800.10.57172.566.6725.88
Hex166E63500A39ac431a
Octal261561431200127125410332
Binary101101101110110001110100000101011100110101100100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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