Html Css Color HEX #196F51 Salem

📋 copy color: '#196F51'

red 25 ◦ green 111 ◦ blue 81

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

Shades of Salem #196F51

Tints of Salem #196F51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 37.33%

R = 11.52%
G = 51.15%
B = 37.33%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#196F51 (or 0x196F51) is known color: Salem. HEX triplet: 19, 6F and 51. RGB value is (25,111,81). Sum of RGB (Red+Green+Blue) = 25+111+81=217 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.52% from 217); Green value is 111 (43.75% from 255 or 51.15% from 217); Blue value is 81 (32.03% from 255 or 37.33% from 217); Max value from RGB is 111 - color contains mainly: green. Hex color #196F51 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196F51 is #E690AE. Grayscale: #515151. Windows color (decimal): -15110319 or 5336857. OLE color: 5336857.

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

Color convert

RGB 25 111 81 -
CMYK 0.77 0 0.27 0.56
HSL 159.07º 0.63% 0.27% -
HSV(B) 159.07º 0.77% 0.44% -
XYZ 7.57 12.17 9.73 -
YUV 81.87 127.51 87.44 -
System Red Green Blue C M Y K H S L
Decimal 25 111 81 0.77 0 0.27 0.56 159.07 0.63 0.27
Hex 19 6F 51 4D 0 1B 38 9F 3F 1B
Octal 31 157 121 115 0 33 70 237 77 33
Binary 11001 1101111 1010001 1001101 0 11011 111000 10011111 111111 11011

Color Harmonies of #196F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196F51

Black with #196F51

Text Example


Text Example

White with #196F51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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