#166A51

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

Shades of Jewel #166A51

Tints of Jewel #166A51

Color information

#166A51 (or 0x166A51) is unknown color: approx Jewel. HEX triplet: 16, 6A and 51. RGB value is (22,106,81). Sum of RGB (Red+Green+Blue) = 22+106+81=209 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.53% from 209); Green value is 106 (41.80% from 255 or 50.72% from 209); Blue value is 81 (32.03% from 255 or 38.76% from 209); Max value from RGB is 106 - color contains mainly: green. Hex color #166A51 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166A51 is #E995AE. Grayscale: #4E4E4E. Windows color (decimal): -15308207 or 5335574. OLE color: 5335574.

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

Color convert

RGB2210681-
CMYK0.7900.240.58
HSL162.14º65.62%25.1%-
HSV(B)162.14º79.25%41.57%-
XYZ6.9711.079.55-
YUV78.03129.6788.03-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.53%
GREEN value IS 106 (41.80% from 255) = 50.72%
BLUE value IS 81 (32.03% from 255) = 38.76%
R=10.53%
G=50.72%
B=38.76%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal22106810.7900.240.58162.1465.6225.1
Hex166A514F0183Aa24219
Octal261521211170307224210231
Binary1011011010101010001100111101100011101010100010100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,106,81); }

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

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

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

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

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

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

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