Html Css Color HEX #197C59 Salem

📋 copy color: '#197C59'

red 25 ◦ green 124 ◦ blue 89

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

Shades of Salem #197C59

Tints of Salem #197C59

RGB

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

 GREEN value IS 124 (48.83% from 255) = 52.1%

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

R = 10.5%
G = 52.1%
B = 37.39%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.28

 K value IS 0.51

RGB Variations

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

Color information

#197C59 (or 0x197C59) is known color: Salem. HEX triplet: 19, 7C and 59. RGB value is (25,124,89). Sum of RGB (Red+Green+Blue) = 25+124+89=238 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.50% from 238); Green value is 124 (48.83% from 255 or 52.10% from 238); Blue value is 89 (35.16% from 255 or 37.39% from 238); Max value from RGB is 124 - color contains mainly: green. Hex color #197C59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197C59 is #E683A6. Grayscale: #5A5A5A. Windows color (decimal): -15106983 or 5864473. OLE color: 5864473.

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

Color convert

RGB 25 124 89 -
CMYK 0.80 0 0.28 0.51
HSL 158.79º 0.66% 0.29% -
HSV(B) 158.79º 0.8% 0.49% -
XYZ 9.41 15.34 11.92 -
YUV 90.41 127.2 81.35 -
System Red Green Blue C M Y K H S L
Decimal 25 124 89 0.80 0 0.28 0.51 158.79 0.66 0.29
Hex 19 7C 59 50 0 1C 33 9F 42 1D
Octal 31 174 131 120 0 34 63 237 102 35
Binary 11001 1111100 1011001 1010000 0 11100 110011 10011111 1000010 11101

Color Harmonies of #197C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197C59

Black with #197C59

Text Example


Text Example

White with #197C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,124,89); }

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

background-color css

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

 a { background-color: rgb(25,124,89); }

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

border-color css

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

 span { border-color: rgb(25,124,89); }

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