Html Css Color HEX #118F58 Salem

📋 copy color: '#118F58'

red 17 ◦ green 143 ◦ blue 88

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

Shades of Salem #118F58

Tints of Salem #118F58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 35.48%

R = 6.85%
G = 57.66%
B = 35.48%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.38

 K value IS 0.44

RGB Variations

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

Color information

#118F58 (or 0x118F58) is known color: Salem. HEX triplet: 11, 8F and 58. RGB value is (17,143,88). Sum of RGB (Red+Green+Blue) = 17+143+88=248 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.85% from 248); Green value is 143 (56.25% from 255 or 57.66% from 248); Blue value is 88 (34.77% from 255 or 35.48% from 248); Max value from RGB is 143 - color contains mainly: green. Hex color #118F58 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118F58 is #EE70A7. Grayscale: #636363. Windows color (decimal): -15626408 or 5803793. OLE color: 5803793.

HSL color Cylindrical-coordinate representation of color #118F58: hue angle of 153.81º 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 #118F58 is Cyan = 0.88, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.44.

Color convert

RGB 17 143 88 -
CMYK 0.88 0 0.38 0.44
HSL 153.81º 0.79% 0.31% -
HSV(B) 153.81º 0.88% 0.56% -
XYZ 11.82 20.47 12.56 -
YUV 99.06 121.76 69.47 -
System Red Green Blue C M Y K H S L
Decimal 17 143 88 0.88 0 0.38 0.44 153.81 0.79 0.31
Hex 11 8F 58 58 0 26 2C 9A 4F 1F
Octal 21 217 130 130 0 46 54 232 117 37
Binary 10001 10001111 1011000 1011000 0 100110 101100 10011010 1001111 11111

Color Harmonies of #118F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118F58

Black with #118F58

Text Example


Text Example

White with #118F58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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