#166A42

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

Shades of Jewel #166A42

Tints of Jewel #166A42

Color information

#166A42 (or 0x166A42) is unknown color: approx Jewel. HEX triplet: 16, 6A and 42. RGB value is (22,106,66). Sum of RGB (Red+Green+Blue) = 22+106+66=194 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.34% from 194); Green value is 106 (41.80% from 255 or 54.64% from 194); Blue value is 66 (26.17% from 255 or 34.02% from 194); Max value from RGB is 106 - color contains mainly: green. Hex color #166A42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166A42 is #E995BD. Grayscale: #4C4C4C. Windows color (decimal): -15308222 or 4352534. OLE color: 4352534.

HSL color Cylindrical-coordinate representation of color #166A42: hue angle of 151.43º 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 #166A42 is Cyan = 0.79, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.58.

Color convert

RGB2210666-
CMYK0.7900.380.58
HSL151.43º65.62%25.1%-
HSV(B)151.43º79.25%41.57%-
XYZ6.4710.876.91-
YUV76.32122.1789.25-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.34%
GREEN value IS 106 (41.80% from 255) = 54.64%
BLUE value IS 66 (26.17% from 255) = 34.02%
R=11.34%
G=54.64%
B=34.02%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal22106660.7900.380.58151.4365.6225.1
Hex166A424F0263A974219
Octal261521021170467222710231
Binary10110110101010000101001111010011011101010010111100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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