#166D4C

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

Shades of Jewel #166D4C

Tints of Jewel #166D4C

Color information

#166D4C (or 0x166D4C) is unknown color: approx Jewel. HEX triplet: 16, 6D and 4C. RGB value is (22,109,76). Sum of RGB (Red+Green+Blue) = 22+109+76=207 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.63% from 207); Green value is 109 (42.97% from 255 or 52.66% from 207); Blue value is 76 (30.08% from 255 or 36.71% from 207); Max value from RGB is 109 - color contains mainly: green. Hex color #166D4C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166D4C is #E992B3. Grayscale: #4F4F4F. Windows color (decimal): -15307444 or 5008662. OLE color: 5008662.

HSL color Cylindrical-coordinate representation of color #166D4C: hue angle of 157.24º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #166D4C is Cyan = 0.80, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.57.

Color convert

RGB2210976-
CMYK0.8000.300.57
HSL157.24º66.41%25.69%-
HSV(B)157.24º79.82%42.75%-
XYZ7.111.638.71-
YUV79.22126.1887.18-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.63%
GREEN value IS 109 (42.97% from 255) = 52.66%
BLUE value IS 76 (30.08% from 255) = 36.71%
R=10.63%
G=52.66%
B=36.71%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal22109760.8000.300.57157.2466.4125.69
Hex166D4C5001E399d421a
Octal261551141200367123510232
Binary1011011011011001100101000001111011100110011101100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,109,76); }

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

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

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

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

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

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

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