#166159

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

Shades of Blue Stone #166159

Tints of Blue Stone #166159

Color information

#166159 (or 0x166159) is unknown color: approx Blue Stone. HEX triplet: 16, 61 and 59. RGB value is (22,97,89). Sum of RGB (Red+Green+Blue) = 22+97+89=208 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.58% from 208); Green value is 97 (38.28% from 255 or 46.63% from 208); Blue value is 89 (35.16% from 255 or 42.79% from 208); Max value from RGB is 97 - color contains mainly: green. Hex color #166159 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166159 is #E99EA6. Grayscale: #494949. Windows color (decimal): -15310503 or 5857558. OLE color: 5857558.

HSL color Cylindrical-coordinate representation of color #166159: hue angle of 173.6º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #166159 is Cyan = 0.77, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB229789-
CMYK0.7700.080.62
HSL173.6º63.03%23.33%-
HSV(B)173.6º77.32%38.04%-
XYZ6.419.4410.94-
YUV73.66136.6591.15-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.58%
GREEN value IS 97 (38.28% from 255) = 46.63%
BLUE value IS 89 (35.16% from 255) = 42.79%
R=10.58%
G=46.63%
B=42.79%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2297890.7700.080.62173.663.0323.33
Hex1661594D083Eae3f17
Octal26141131115010762567727
Binary10110110000110110011001101010001111101010111011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166159; }

 p { color: rgb(22,97,89); }

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

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

 a { background-color: rgb(22,97,89); }

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

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

 span { border-color: rgb(22,97,89); }

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