#166C4C

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

Shades of Jewel #166C4C

Tints of Jewel #166C4C

Color information

#166C4C (or 0x166C4C) is unknown color: approx Jewel. HEX triplet: 16, 6C and 4C. RGB value is (22,108,76). Sum of RGB (Red+Green+Blue) = 22+108+76=206 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.68% from 206); Green value is 108 (42.58% from 255 or 52.43% from 206); Blue value is 76 (30.08% from 255 or 36.89% from 206); Max value from RGB is 108 - color contains mainly: green. Hex color #166C4C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166C4C is #E993B3. Grayscale: #4E4E4E. Windows color (decimal): -15307700 or 5008406. OLE color: 5008406.

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

Color convert

RGB2210876-
CMYK0.8000.300.58
HSL157.67º66.15%25.49%-
HSV(B)157.67º79.63%42.35%-
XYZ711.428.67-
YUV78.64126.5187.6-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.68%
GREEN value IS 108 (42.58% from 255) = 52.43%
BLUE value IS 76 (30.08% from 255) = 36.89%
R=10.68%
G=52.43%
B=36.89%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal22108760.8000.300.58157.6766.1525.49
Hex166C4C5001E3A9e4219
Octal261541141200367223610231
Binary1011011011001001100101000001111011101010011110100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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