Html Css Color HEX #158B59 Salem

📋 copy color: '#158B59'

red 21 ◦ green 139 ◦ blue 89

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

Shades of Salem #158B59

Tints of Salem #158B59

RGB

 RED value IS 21 (8.59% from 255) = 8.43%

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

 BLUE value IS 89 (35.16% from 255) = 35.74%

R = 8.43%
G = 55.82%
B = 35.74%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.36

 K value IS 0.45

RGB Variations

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

Color information

#158B59 (or 0x158B59) is known color: Salem. HEX triplet: 15, 8B and 59. RGB value is (21,139,89). Sum of RGB (Red+Green+Blue) = 21+139+89=249 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.43% from 249); Green value is 139 (54.69% from 255 or 55.82% from 249); Blue value is 89 (35.16% from 255 or 35.74% from 249); Max value from RGB is 139 - color contains mainly: green. Hex color #158B59 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158B59 is #EA74A6. Grayscale: #626262. Windows color (decimal): -15365287 or 5868309. OLE color: 5868309.

HSL color Cylindrical-coordinate representation of color #158B59: hue angle of 154.58º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #158B59 is Cyan = 0.85, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.45.

Color convert

RGB 21 139 89 -
CMYK 0.85 0 0.36 0.45
HSL 154.58º 0.74% 0.31% -
HSV(B) 154.58º 0.85% 0.55% -
XYZ 11.35 19.35 12.59 -
YUV 98.02 122.91 73.07 -
System Red Green Blue C M Y K H S L
Decimal 21 139 89 0.85 0 0.36 0.45 154.58 0.74 0.31
Hex 15 8B 59 55 0 24 2D 9B 4A 1F
Octal 25 213 131 125 0 44 55 233 112 37
Binary 10101 10001011 1011001 1010101 0 100100 101101 10011011 1001010 11111

Color Harmonies of #158B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158B59

Black with #158B59

Text Example


Text Example

White with #158B59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #158B59; }

 p { color: rgb(21,139,89); }

 H1.HeaderClassName
 {
   color: #158B59;
 }
 .AnyTagClassName
 {
   color: #158B59;
 }
</style>

background-color css

<style>
 a { background-color: #158B59; }

 a { background-color: rgb(21,139,89); }

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

border-color css

<style>
 span { border-color: #158B59; }

 span { border-color: rgb(21,139,89); }

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