#116D4B

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

Shades of Jewel #116D4B

Tints of Jewel #116D4B

Color information

#116D4B (or 0x116D4B) is unknown color: approx Jewel. HEX triplet: 11, 6D and 4B. RGB value is (17,109,75). Sum of RGB (Red+Green+Blue) = 17+109+75=201 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.46% from 201); Green value is 109 (42.97% from 255 or 54.23% from 201); Blue value is 75 (29.69% from 255 or 37.31% from 201); Max value from RGB is 109 - color contains mainly: green. Hex color #116D4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116D4B is #EE92B4. Grayscale: #4D4D4D. Windows color (decimal): -15635125 or 4943121. OLE color: 4943121.

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

Color convert

RGB1710975-
CMYK0.8400.310.57
HSL157.83º73.02%24.71%-
HSV(B)157.83º84.4%42.75%-
XYZ6.9711.568.52-
YUV77.62126.5284.76-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.46%
GREEN value IS 109 (42.97% from 255) = 54.23%
BLUE value IS 75 (29.69% from 255) = 37.31%
R=8.46%
G=54.23%
B=37.31%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal17109750.8400.310.57157.8373.0224.71
Hex116D4B5401F399e4919
Octal211551131240377123611131
Binary1000111011011001011101010001111111100110011110100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,109,75); }

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

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

 a { background-color: rgb(17,109,75); }

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

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

 span { border-color: rgb(17,109,75); }

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