#166E4E

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

Shades of Jewel #166E4E

Tints of Jewel #166E4E

Color information

#166E4E (or 0x166E4E) is unknown color: approx Jewel. HEX triplet: 16, 6E and 4E. RGB value is (22,110,78). Sum of RGB (Red+Green+Blue) = 22+110+78=210 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.48% from 210); Green value is 110 (43.36% from 255 or 52.38% from 210); Blue value is 78 (30.86% from 255 or 37.14% from 210); Max value from RGB is 110 - color contains mainly: green. Hex color #166E4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166E4E is #E991B1. Grayscale: #505050. Windows color (decimal): -15307186 or 5139990. OLE color: 5139990.

HSL color Cylindrical-coordinate representation of color #166E4E: hue angle of 158.18º degrees, saturation: 0.67, 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 #166E4E is Cyan = 0.8, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.57.

Color convert

RGB2211078-
CMYK0.800.290.57
HSL158.18º66.67%25.88%-
HSV(B)158.18º80%43.14%-
XYZ7.2811.879.12-
YUV80.04126.8586.6-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.48%
GREEN value IS 110 (43.36% from 255) = 52.38%
BLUE value IS 78 (30.86% from 255) = 37.14%
R=10.48%
G=52.38%
B=37.14%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal22110780.800.290.57158.1866.6725.88
Hex166E4E5001D399e431a
Octal261561161200357123610332
Binary1011011011101001110101000001110111100110011110100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,110,78); }

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

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

 a { background-color: rgb(22,110,78); }

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

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

 span { border-color: rgb(22,110,78); }

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