#166E4F

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

Shades of Jewel #166E4F

Tints of Jewel #166E4F

Color information

#166E4F (or 0x166E4F) is unknown color: approx Jewel. HEX triplet: 16, 6E and 4F. RGB value is (22,110,79). Sum of RGB (Red+Green+Blue) = 22+110+79=211 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.43% from 211); Green value is 110 (43.36% from 255 or 52.13% from 211); Blue value is 79 (31.25% from 255 or 37.44% from 211); Max value from RGB is 110 - color contains mainly: green. Hex color #166E4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166E4F is #E991B0. Grayscale: #505050. Windows color (decimal): -15307185 or 5205526. OLE color: 5205526.

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

Color convert

RGB2211079-
CMYK0.800.280.57
HSL158.86º66.67%25.88%-
HSV(B)158.86º80%43.14%-
XYZ7.3211.899.31-
YUV80.15127.3586.52-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.43%
GREEN value IS 110 (43.36% from 255) = 52.13%
BLUE value IS 79 (31.25% from 255) = 37.44%
R=10.43%
G=52.13%
B=37.44%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal22110790.800.280.57158.8666.6725.88
Hex166E4F5001C399f431a
Octal261561171200347123710332
Binary1011011011101001111101000001110011100110011111100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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