#166A4A

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

Shades of Jewel #166A4A

Tints of Jewel #166A4A

Color information

#166A4A (or 0x166A4A) is unknown color: approx Jewel. HEX triplet: 16, 6A and 4A. RGB value is (22,106,74). Sum of RGB (Red+Green+Blue) = 22+106+74=202 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.89% from 202); Green value is 106 (41.80% from 255 or 52.48% from 202); Blue value is 74 (29.30% from 255 or 36.63% from 202); Max value from RGB is 106 - color contains mainly: green. Hex color #166A4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166A4A is #E995B5. Grayscale: #4D4D4D. Windows color (decimal): -15308214 or 4876822. OLE color: 4876822.

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

Color convert

RGB2210674-
CMYK0.7900.300.58
HSL157.14º65.62%25.1%-
HSV(B)157.14º79.25%41.57%-
XYZ6.7210.978.24-
YUV77.24126.1788.6-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.89%
GREEN value IS 106 (41.80% from 255) = 52.48%
BLUE value IS 74 (29.30% from 255) = 36.63%
R=10.89%
G=52.48%
B=36.63%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal22106740.7900.300.58157.1465.6225.1
Hex166A4A4F01E3A9d4219
Octal261521121170367223510231
Binary1011011010101001010100111101111011101010011101100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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