Html Css Color HEX #157B50 Salem

📋 copy color: '#157B50'

red 21 ◦ green 123 ◦ blue 80

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

Shades of Salem #157B50

Tints of Salem #157B50

RGB

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

 GREEN value IS 123 (48.44% from 255) = 54.91%

 BLUE value IS 80 (31.64% from 255) = 35.71%

R = 9.38%
G = 54.91%
B = 35.71%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.35

 K value IS 0.52

RGB Variations

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

Color information

#157B50 (or 0x157B50) is known color: Salem. HEX triplet: 15, 7B and 50. RGB value is (21,123,80). Sum of RGB (Red+Green+Blue) = 21+123+80=224 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.38% from 224); Green value is 123 (48.44% from 255 or 54.91% from 224); Blue value is 80 (31.64% from 255 or 35.71% from 224); Max value from RGB is 123 - color contains mainly: green. Hex color #157B50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157B50 is #EA84AF. Grayscale: #575757. Windows color (decimal): -15369392 or 5274389. OLE color: 5274389.

HSL color Cylindrical-coordinate representation of color #157B50: hue angle of 154.71º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #157B50 is Cyan = 0.83, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.52.

Color convert

RGB 21 123 80 -
CMYK 0.83 0 0.35 0.52
HSL 154.71º 0.71% 0.28% -
HSV(B) 154.71º 0.83% 0.48% -
XYZ 8.84 14.9 10 -
YUV 87.6 123.71 80.5 -
System Red Green Blue C M Y K H S L
Decimal 21 123 80 0.83 0 0.35 0.52 154.71 0.71 0.28
Hex 15 7B 50 53 0 23 34 9B 47 1C
Octal 25 173 120 123 0 43 64 233 107 34
Binary 10101 1111011 1010000 1010011 0 100011 110100 10011011 1000111 11100

Color Harmonies of #157B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157B50

Black with #157B50

Text Example


Text Example

White with #157B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157B50; }

 p { color: rgb(21,123,80); }

 H1.HeaderClassName
 {
   color: #157B50;
 }
 .AnyTagClassName
 {
   color: #157B50;
 }
</style>

background-color css

<style>
 a { background-color: #157B50; }

 a { background-color: rgb(21,123,80); }

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

border-color css

<style>
 span { border-color: #157B50; }

 span { border-color: rgb(21,123,80); }

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