Html Css Color HEX #196F50 Salem

📋 copy color: '#196F50'

red 25 ◦ green 111 ◦ blue 80

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

Shades of Salem #196F50

Tints of Salem #196F50

RGB

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

 GREEN value IS 111 (43.75% from 255) = 51.39%

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

R = 11.57%
G = 51.39%
B = 37.04%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#196F50 (or 0x196F50) is known color: Salem. HEX triplet: 19, 6F and 50. RGB value is (25,111,80). Sum of RGB (Red+Green+Blue) = 25+111+80=216 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.57% from 216); Green value is 111 (43.75% from 255 or 51.39% from 216); Blue value is 80 (31.64% from 255 or 37.04% from 216); Max value from RGB is 111 - color contains mainly: green. Hex color #196F50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196F50 is #E690AF. Grayscale: #515151. Windows color (decimal): -15110320 or 5271321. OLE color: 5271321.

HSL color Cylindrical-coordinate representation of color #196F50: hue angle of 158.37º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #196F50 is Cyan = 0.77, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.56.

Color convert

RGB 25 111 80 -
CMYK 0.77 0 0.28 0.56
HSL 158.37º 0.63% 0.27% -
HSV(B) 158.37º 0.77% 0.44% -
XYZ 7.53 12.15 9.54 -
YUV 81.75 127.01 87.52 -
System Red Green Blue C M Y K H S L
Decimal 25 111 80 0.77 0 0.28 0.56 158.37 0.63 0.27
Hex 19 6F 50 4D 0 1C 38 9E 3F 1B
Octal 31 157 120 115 0 34 70 236 77 33
Binary 11001 1101111 1010000 1001101 0 11100 111000 10011110 111111 11011

Color Harmonies of #196F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196F50

Black with #196F50

Text Example


Text Example

White with #196F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196F50; }

 p { color: rgb(25,111,80); }

 H1.HeaderClassName
 {
   color: #196F50;
 }
 .AnyTagClassName
 {
   color: #196F50;
 }
</style>

background-color css

<style>
 a { background-color: #196F50; }

 a { background-color: rgb(25,111,80); }

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

border-color css

<style>
 span { border-color: #196F50; }

 span { border-color: rgb(25,111,80); }

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