#118A5A

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

Shades of Salem #118A5A

Tints of Salem #118A5A

Color information

#118A5A (or 0x118A5A) is unknown color: approx Salem. HEX triplet: 11, 8A and 5A. RGB value is (17,138,90). Sum of RGB (Red+Green+Blue) = 17+138+90=245 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.94% from 245); Green value is 138 (54.30% from 255 or 56.33% from 245); Blue value is 90 (35.55% from 255 or 36.73% from 245); Max value from RGB is 138 - color contains mainly: green. Hex color #118A5A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118A5A is #EE75A5. Grayscale: #606060. Windows color (decimal): -15627686 or 5933585. OLE color: 5933585.

HSL color Cylindrical-coordinate representation of color #118A5A: hue angle of 156.2º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #118A5A is Cyan = 0.88, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.46.

Color convert

RGB1713890-
CMYK0.8800.350.46
HSL156.2º78.06%30.39%-
HSV(B)156.2º87.68%54.12%-
XYZ11.1719.0312.76-
YUV96.35124.4171.4-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.94%
GREEN value IS 138 (54.30% from 255) = 56.33%
BLUE value IS 90 (35.55% from 255) = 36.73%
R=6.94%
G=56.33%
B=36.73%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal17138900.8800.350.46156.278.0630.39
Hex118A5A580232E9c4e1e
Octal212121321300435623411636
Binary100011000101010110101011000010001110111010011100100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #118A5A; }

 p { color: rgb(17,138,90); }

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

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

 a { background-color: rgb(17,138,90); }

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

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

 span { border-color: rgb(17,138,90); }

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