Html Css Color HEX #196F53 Salem

📋 copy color: '#196F53'

red 25 ◦ green 111 ◦ blue 83

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

Shades of Salem #196F53

Tints of Salem #196F53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 37.9%

R = 11.42%
G = 50.68%
B = 37.9%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#196F53 (or 0x196F53) is known color: Salem. HEX triplet: 19, 6F and 53. RGB value is (25,111,83). Sum of RGB (Red+Green+Blue) = 25+111+83=219 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.42% from 219); Green value is 111 (43.75% from 255 or 50.68% from 219); Blue value is 83 (32.81% from 255 or 37.90% from 219); Max value from RGB is 111 - color contains mainly: green. Hex color #196F53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196F53 is #E690AC. Grayscale: #525252. Windows color (decimal): -15110317 or 5467929. OLE color: 5467929.

HSL color Cylindrical-coordinate representation of color #196F53: hue angle of 160.47º 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 #196F53 is Cyan = 0.77, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.56.

Color convert

RGB 25 111 83 -
CMYK 0.77 0 0.25 0.56
HSL 160.47º 0.63% 0.27% -
HSV(B) 160.47º 0.77% 0.44% -
XYZ 7.65 12.2 10.14 -
YUV 82.09 128.51 87.28 -
System Red Green Blue C M Y K H S L
Decimal 25 111 83 0.77 0 0.25 0.56 160.47 0.63 0.27
Hex 19 6F 53 4D 0 19 38 A0 3F 1B
Octal 31 157 123 115 0 31 70 240 77 33
Binary 11001 1101111 1010011 1001101 0 11001 111000 10100000 111111 11011

Color Harmonies of #196F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196F53

Black with #196F53

Text Example


Text Example

White with #196F53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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