#116243

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

Shades of Jewel #116243

Tints of Jewel #116243

Color information

#116243 (or 0x116243) is unknown color: approx Jewel. HEX triplet: 11, 62 and 43. RGB value is (17,98,67). Sum of RGB (Red+Green+Blue) = 17+98+67=182 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.34% from 182); Green value is 98 (38.67% from 255 or 53.85% from 182); Blue value is 67 (26.56% from 255 or 36.81% from 182); Max value from RGB is 98 - color contains mainly: green. Hex color #116243 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116243 is #EE9DBC. Grayscale: #464646. Windows color (decimal): -15637949 or 4416017. OLE color: 4416017.

HSL color Cylindrical-coordinate representation of color #116243: hue angle of 157.04º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #116243 is Cyan = 0.83, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.62.

Color convert

RGB179867-
CMYK0.8300.320.62
HSL157.04º70.43%22.55%-
HSV(B)157.04º82.65%38.43%-
XYZ5.619.266.8-
YUV70.25126.1690.02-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.34%
GREEN value IS 98 (38.67% from 255) = 53.85%
BLUE value IS 67 (26.56% from 255) = 36.81%
R=9.34%
G=53.85%
B=36.81%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1798670.8300.320.62157.0470.4322.55
Hex116243530203E9d4617
Octal211421031230407623510627
Binary10001110001010000111010011010000011111010011101100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116243; }

 p { color: rgb(17,98,67); }

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

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

 a { background-color: rgb(17,98,67); }

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

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

 span { border-color: rgb(17,98,67); }

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