#116E4F

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

Shades of Jewel #116E4F

Tints of Jewel #116E4F

Color information

#116E4F (or 0x116E4F) is unknown color: approx Jewel. HEX triplet: 11, 6E and 4F. RGB value is (17,110,79). Sum of RGB (Red+Green+Blue) = 17+110+79=206 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.25% from 206); Green value is 110 (43.36% from 255 or 53.40% from 206); Blue value is 79 (31.25% from 255 or 38.35% from 206); Max value from RGB is 110 - color contains mainly: green. Hex color #116E4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116E4F is #EE91B0. Grayscale: #4E4E4E. Windows color (decimal): -15634865 or 5205521. OLE color: 5205521.

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

Color convert

RGB1711079-
CMYK0.8500.280.57
HSL160º73.23%24.9%-
HSV(B)160º84.55%43.14%-
XYZ7.2211.849.3-
YUV78.66128.1984.02-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.25%
GREEN value IS 110 (43.36% from 255) = 53.40%
BLUE value IS 79 (31.25% from 255) = 38.35%
R=8.25%
G=53.40%
B=38.35%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal17110790.8500.280.5716073.2324.9
Hex116E4F5501C39a04919
Octal211561171250347124011131
Binary1000111011101001111101010101110011100110100000100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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