Html Css Color HEX #197B59 Salem

📋 copy color: '#197B59'

red 25 ◦ green 123 ◦ blue 89

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

Shades of Salem #197B59

Tints of Salem #197B59

RGB

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

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

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

R = 10.55%
G = 51.9%
B = 37.55%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.28

 K value IS 0.52

RGB Variations

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

Color information

#197B59 (or 0x197B59) is known color: Salem. HEX triplet: 19, 7B and 59. RGB value is (25,123,89). Sum of RGB (Red+Green+Blue) = 25+123+89=237 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.55% from 237); Green value is 123 (48.44% from 255 or 51.90% from 237); Blue value is 89 (35.16% from 255 or 37.55% from 237); Max value from RGB is 123 - color contains mainly: green. Hex color #197B59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197B59 is #E684A6. Grayscale: #595959. Windows color (decimal): -15107239 or 5864217. OLE color: 5864217.

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

Color convert

RGB 25 123 89 -
CMYK 0.80 0 0.28 0.52
HSL 159.18º 0.66% 0.29% -
HSV(B) 159.18º 0.8% 0.48% -
XYZ 9.29 15.09 11.88 -
YUV 89.82 127.53 81.76 -
System Red Green Blue C M Y K H S L
Decimal 25 123 89 0.80 0 0.28 0.52 159.18 0.66 0.29
Hex 19 7B 59 50 0 1C 34 9F 42 1D
Octal 31 173 131 120 0 34 64 237 102 35
Binary 11001 1111011 1011001 1010000 0 11100 110100 10011111 1000010 11101

Color Harmonies of #197B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197B59

Black with #197B59

Text Example


Text Example

White with #197B59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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