Html Css Color HEX #118B5A Salem

📋 copy color: '#118B5A'

red 17 ◦ green 139 ◦ blue 90

#118B5A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Salem #118B5A

Tints of Salem #118B5A

RGB

 RED value IS 17 (7.03% from 255) = 6.91%

 GREEN value IS 139 (54.69% from 255) = 56.5%

 BLUE value IS 90 (35.55% from 255) = 36.59%

R = 6.91%
G = 56.5%
B = 36.59%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.35

 K value IS 0.45

RGB Variations

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

Color information

#118B5A (or 0x118B5A) is known color: Salem. HEX triplet: 11, 8B and 5A. RGB value is (17,139,90). Sum of RGB (Red+Green+Blue) = 17+139+90=246 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.91% from 246); Green value is 139 (54.69% from 255 or 56.50% from 246); Blue value is 90 (35.55% from 255 or 36.59% from 246); Max value from RGB is 139 - color contains mainly: green. Hex color #118B5A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118B5A is #EE74A5. Grayscale: #616161. Windows color (decimal): -15627430 or 5933841. OLE color: 5933841.

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

Color convert

RGB 17 139 90 -
CMYK 0.88 0 0.35 0.45
HSL 155.9º 0.78% 0.31% -
HSV(B) 155.9º 0.88% 0.55% -
XYZ 11.31 19.32 12.81 -
YUV 96.94 124.08 70.98 -
System Red Green Blue C M Y K H S L
Decimal 17 139 90 0.88 0 0.35 0.45 155.9 0.78 0.31
Hex 11 8B 5A 58 0 23 2D 9C 4E 1F
Octal 21 213 132 130 0 43 55 234 116 37
Binary 10001 10001011 1011010 1011000 0 100011 101101 10011100 1001110 11111

Color Harmonies of #118B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118B5A

Black with #118B5A

Text Example


Text Example

White with #118B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #118B5A;
 }
 .AnyTagClassName
 {
   color: #118B5A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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