#186E51

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

Shades of Salem #186E51

Tints of Salem #186E51

Color information

#186E51 (or 0x186E51) is unknown color: approx Salem. HEX triplet: 18, 6E and 51. RGB value is (24,110,81). Sum of RGB (Red+Green+Blue) = 24+110+81=215 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.16% from 215); Green value is 110 (43.36% from 255 or 51.16% from 215); Blue value is 81 (32.03% from 255 or 37.67% from 215); Max value from RGB is 110 - color contains mainly: green. Hex color #186E51 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186E51 is #E791AE. Grayscale: #515151. Windows color (decimal): -15176111 or 5336600. OLE color: 5336600.

HSL color Cylindrical-coordinate representation of color #186E51: hue angle of 159.77º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #186E51 is Cyan = 0.78, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.57.

Color convert

RGB2411081-
CMYK0.7800.260.57
HSL159.77º64.18%26.27%-
HSV(B)159.77º78.18%43.14%-
XYZ7.4411.949.7-
YUV80.98128.0187.36-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.16%
GREEN value IS 110 (43.36% from 255) = 51.16%
BLUE value IS 81 (32.03% from 255) = 37.67%
R=11.16%
G=51.16%
B=37.67%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal24110810.7800.260.57159.7764.1826.27
Hex186E514E01A39a0401a
Octal301561211160327124010032
Binary1100011011101010001100111001101011100110100000100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186E51; }

 p { color: rgb(24,110,81); }

 H1.HeaderClassName
 {
   color: #186E51;
 }
 .AnyTagClassName
 {
   color: #186E51;
 }
</style>
background-color css

<style>
 a { background-color: #186E51; }

 a { background-color: rgb(24,110,81); }

 div.DivClassName
 {
   background-color: #186E51;
 }
 .BgClassName
 {
   background-color: #186E51;
 }
</style>
border-color css

<style>
 span { border-color: #186E51; }

 span { border-color: rgb(24,110,81); }

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