#166D4B

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

Shades of Jewel #166D4B

Tints of Jewel #166D4B

Color information

#166D4B (or 0x166D4B) is unknown color: approx Jewel. HEX triplet: 16, 6D and 4B. RGB value is (22,109,75). Sum of RGB (Red+Green+Blue) = 22+109+75=206 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.68% from 206); Green value is 109 (42.97% from 255 or 52.91% from 206); Blue value is 75 (29.69% from 255 or 36.41% from 206); Max value from RGB is 109 - color contains mainly: green. Hex color #166D4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166D4B is #E992B4. Grayscale: #4F4F4F. Windows color (decimal): -15307445 or 4943126. OLE color: 4943126.

HSL color Cylindrical-coordinate representation of color #166D4B: hue angle of 156.55º 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 #166D4B is Cyan = 0.80, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.57.

Color convert

RGB2210975-
CMYK0.8000.310.57
HSL156.55º66.41%25.69%-
HSV(B)156.55º79.82%42.75%-
XYZ7.0711.628.53-
YUV79.11125.6887.26-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.68%
GREEN value IS 109 (42.97% from 255) = 52.91%
BLUE value IS 75 (29.69% from 255) = 36.41%
R=10.68%
G=52.91%
B=36.41%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal22109750.8000.310.57156.5566.4125.69
Hex166D4B5001F399d421a
Octal261551131200377123510232
Binary1011011011011001011101000001111111100110011101100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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