#116F4E

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

Shades of Jewel #116F4E

Tints of Jewel #116F4E

Color information

#116F4E (or 0x116F4E) is unknown color: approx Jewel. HEX triplet: 11, 6F and 4E. RGB value is (17,111,78). Sum of RGB (Red+Green+Blue) = 17+111+78=206 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.25% from 206); Green value is 111 (43.75% from 255 or 53.88% from 206); Blue value is 78 (30.86% from 255 or 37.86% from 206); Max value from RGB is 111 - color contains mainly: green. Hex color #116F4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116F4E is #EE90B1. Grayscale: #4F4F4F. Windows color (decimal): -15634610 or 5140241. OLE color: 5140241.

HSL color Cylindrical-coordinate representation of color #116F4E: hue angle of 158.94º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #116F4E is Cyan = 0.85, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB1711178-
CMYK0.8500.300.56
HSL158.94º73.44%25.1%-
HSV(B)158.94º84.68%43.53%-
XYZ7.2912.049.15-
YUV79.13127.3683.68-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.25%
GREEN value IS 111 (43.75% from 255) = 53.88%
BLUE value IS 78 (30.86% from 255) = 37.86%
R=8.25%
G=53.88%
B=37.86%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal17111780.8500.300.56158.9473.4425.1
Hex116F4E5501E389f4919
Octal211571161250367023711131
Binary1000111011111001110101010101111011100010011111100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116F4E; }

 p { color: rgb(17,111,78); }

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

<style>
 a { background-color: #116F4E; }

 a { background-color: rgb(17,111,78); }

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

<style>
 span { border-color: #116F4E; }

 span { border-color: rgb(17,111,78); }

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