Html Css Color HEX #197E56 Salem

📋 copy color: '#197E56'

red 25 ◦ green 126 ◦ blue 86

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

Shades of Salem #197E56

Tints of Salem #197E56

RGB

 RED value IS 25 (10.16% from 255) = 10.55%

 GREEN value IS 126 (49.61% from 255) = 53.16%

 BLUE value IS 86 (33.98% from 255) = 36.29%

R = 10.55%
G = 53.16%
B = 36.29%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.32

 K value IS 0.51

RGB Variations

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

Color information

#197E56 (or 0x197E56) is known color: Salem. HEX triplet: 19, 7E and 56. RGB value is (25,126,86). Sum of RGB (Red+Green+Blue) = 25+126+86=237 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.55% from 237); Green value is 126 (49.61% from 255 or 53.16% from 237); Blue value is 86 (33.98% from 255 or 36.29% from 237); Max value from RGB is 126 - color contains mainly: green. Hex color #197E56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197E56 is #E681A9. Grayscale: #5B5B5B. Windows color (decimal): -15106474 or 5668377. OLE color: 5668377.

HSL color Cylindrical-coordinate representation of color #197E56: hue angle of 156.24º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #197E56 is Cyan = 0.80, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.51.

Color convert

RGB 25 126 86 -
CMYK 0.80 0 0.32 0.51
HSL 156.24º 0.67% 0.3% -
HSV(B) 156.24º 0.8% 0.49% -
XYZ 9.54 15.8 11.35 -
YUV 91.24 125.04 80.75 -
System Red Green Blue C M Y K H S L
Decimal 25 126 86 0.80 0 0.32 0.51 156.24 0.67 0.3
Hex 19 7E 56 50 0 20 33 9C 43 1E
Octal 31 176 126 120 0 40 63 234 103 36
Binary 11001 1111110 1010110 1010000 0 100000 110011 10011100 1000011 11110

Color Harmonies of #197E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197E56

Black with #197E56

Text Example


Text Example

White with #197E56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197E56; }

 p { color: rgb(25,126,86); }

 H1.HeaderClassName
 {
   color: #197E56;
 }
 .AnyTagClassName
 {
   color: #197E56;
 }
</style>

background-color css

<style>
 a { background-color: #197E56; }

 a { background-color: rgb(25,126,86); }

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

border-color css

<style>
 span { border-color: #197E56; }

 span { border-color: rgb(25,126,86); }

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