#116E4E

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

Shades of Jewel #116E4E

Tints of Jewel #116E4E

Color information

#116E4E (or 0x116E4E) is unknown color: approx Jewel. HEX triplet: 11, 6E and 4E. RGB value is (17,110,78). Sum of RGB (Red+Green+Blue) = 17+110+78=205 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.29% from 205); Green value is 110 (43.36% from 255 or 53.66% from 205); Blue value is 78 (30.86% from 255 or 38.05% from 205); Max value from RGB is 110 - color contains mainly: green. Hex color #116E4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116E4E is #EE91B1. Grayscale: #4E4E4E. Windows color (decimal): -15634866 or 5139985. OLE color: 5139985.

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

Color convert

RGB1711078-
CMYK0.8500.290.57
HSL159.35º73.23%24.9%-
HSV(B)159.35º84.55%43.14%-
XYZ7.1811.829.11-
YUV78.54127.6984.1-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.29%
GREEN value IS 110 (43.36% from 255) = 53.66%
BLUE value IS 78 (30.86% from 255) = 38.05%
R=8.29%
G=53.66%
B=38.05%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal17110780.8500.290.57159.3573.2324.9
Hex116E4E5501D399f4919
Octal211561161250357123711131
Binary1000111011101001110101010101110111100110011111100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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