Html Css Color HEX #118F57 Salem

📋 copy color: '#118F57'

red 17 ◦ green 143 ◦ blue 87

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

Shades of Salem #118F57

Tints of Salem #118F57

RGB

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

 GREEN value IS 143 (56.25% from 255) = 57.89%

 BLUE value IS 87 (34.38% from 255) = 35.22%

R = 6.88%
G = 57.89%
B = 35.22%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.39

 K value IS 0.44

RGB Variations

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

Color information

#118F57 (or 0x118F57) is known color: Salem. HEX triplet: 11, 8F and 57. RGB value is (17,143,87). Sum of RGB (Red+Green+Blue) = 17+143+87=247 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.88% from 247); Green value is 143 (56.25% from 255 or 57.89% from 247); Blue value is 87 (34.38% from 255 or 35.22% from 247); Max value from RGB is 143 - color contains mainly: green. Hex color #118F57 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118F57 is #EE70A8. Grayscale: #636363. Windows color (decimal): -15626409 or 5738257. OLE color: 5738257.

HSL color Cylindrical-coordinate representation of color #118F57: hue angle of 153.33º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #118F57 is Cyan = 0.88, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.44.

Color convert

RGB 17 143 87 -
CMYK 0.88 0 0.39 0.44
HSL 153.33º 0.79% 0.31% -
HSV(B) 153.33º 0.88% 0.56% -
XYZ 11.77 20.45 12.34 -
YUV 98.94 121.26 69.55 -
System Red Green Blue C M Y K H S L
Decimal 17 143 87 0.88 0 0.39 0.44 153.33 0.79 0.31
Hex 11 8F 57 58 0 27 2C 99 4F 1F
Octal 21 217 127 130 0 47 54 231 117 37
Binary 10001 10001111 1010111 1011000 0 100111 101100 10011001 1001111 11111

Color Harmonies of #118F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118F57

Black with #118F57

Text Example


Text Example

White with #118F57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,143,87); }

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

background-color css

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

 a { background-color: rgb(17,143,87); }

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

border-color css

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

 span { border-color: rgb(17,143,87); }

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