#117A4E

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

Shades of Salem #117A4E

Tints of Salem #117A4E

Color information

#117A4E (or 0x117A4E) is unknown color: approx Salem. HEX triplet: 11, 7A and 4E. RGB value is (17,122,78). Sum of RGB (Red+Green+Blue) = 17+122+78=217 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.83% from 217); Green value is 122 (48.05% from 255 or 56.22% from 217); Blue value is 78 (30.86% from 255 or 35.94% from 217); Max value from RGB is 122 - color contains mainly: green. Hex color #117A4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117A4E is #EE85B1. Grayscale: #555555. Windows color (decimal): -15631794 or 5143057. OLE color: 5143057.

HSL color Cylindrical-coordinate representation of color #117A4E: hue angle of 154.86º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #117A4E is Cyan = 0.86, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.52.

Color convert

RGB1712278-
CMYK0.8600.360.52
HSL154.86º75.54%27.25%-
HSV(B)154.86º86.07%47.84%-
XYZ8.5714.599.57-
YUV85.59123.7179.08-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.83%
GREEN value IS 122 (48.05% from 255) = 56.22%
BLUE value IS 78 (30.86% from 255) = 35.94%
R=7.83%
G=56.22%
B=35.94%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal17122780.8600.360.52154.8675.5427.25
Hex117A4E56024349b4c1b
Octal211721161260446423311433
Binary10001111101010011101010110010010011010010011011100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117A4E; }

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

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

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

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

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

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

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

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