#196F50

Color #196F50 Salem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salem #196F50

Tints of Salem #196F50

Color information

#196F50 (or 0x196F50) is unknown color: approx 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

RGB2511180-
CMYK0.7700.280.56
HSL158.37º63.24%26.67%-
HSV(B)158.37º77.48%43.53%-
XYZ7.5312.159.54-
YUV81.75127.0187.52-

RGB Variations

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

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 (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal25111800.7700.280.56158.3763.2426.67
Hex196F504D01C389e3f1b
Octal31157120115034702367733
Binary110011101111101000010011010111001110001001111011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>