#166060

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

Shades of Blue Stone #166060

Tints of Blue Stone #166060

Color information

#166060 (or 0x166060) is unknown color: approx Blue Stone. HEX triplet: 16, 60 and 60. RGB value is (22,96,96). Sum of RGB (Red+Green+Blue) = 22+96+96=214 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.28% from 214); Green value is 96 (37.89% from 255 or 44.86% from 214); Blue value is 96 (37.89% from 255 or 44.86% from 214); Max value from RGB is 96 - color contains mainly: green, blue. Hex color #166060 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166060 is #E99F9F. Grayscale: #494949. Windows color (decimal): -15310752 or 6316054. OLE color: 6316054.

HSL color Cylindrical-coordinate representation of color #166060: hue angle of 180º 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 #166060 is Cyan = 0.77, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB229696-
CMYK0.77000.62
HSL180º62.71%23.14%-
HSV(B)180º77.08%37.65%-
XYZ6.639.3812.53-
YUV73.87140.4891-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.28%
GREEN value IS 96 (37.89% from 255) = 44.86%
BLUE value IS 96 (37.89% from 255) = 44.86%
R=10.28%
G=44.86%
B=44.86%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2296960.77000.6218062.7123.14
Hex1660604D003Eb43f17
Octal2614014011500762647727
Binary10110110000011000001001101001111101011010011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166060; }

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

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

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

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

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

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

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

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