#168B59

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

Shades of Salem #168B59

Tints of Salem #168B59

Color information

#168B59 (or 0x168B59) is unknown color: approx Salem. HEX triplet: 16, 8B and 59. RGB value is (22,139,89). Sum of RGB (Red+Green+Blue) = 22+139+89=250 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.8% from 250); Green value is 139 (54.69% from 255 or 55.6% from 250); Blue value is 89 (35.16% from 255 or 35.6% from 250); Max value from RGB is 139 - color contains mainly: green. Hex color #168B59 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #168B59 is #E974A6. Grayscale: #626262. Windows color (decimal): -15299751 or 5868310. OLE color: 5868310.

HSL color Cylindrical-coordinate representation of color #168B59: hue angle of 154.36º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #168B59 is Cyan = 0.84, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.45.

Color convert

RGB2213989-
CMYK0.8400.360.45
HSL154.36º72.67%31.57%-
HSV(B)154.36º84.17%54.51%-
XYZ11.3719.3612.59-
YUV98.32122.7473.57-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.8%
GREEN value IS 139 (54.69% from 255) = 55.6%
BLUE value IS 89 (35.16% from 255) = 35.6%
R=8.8%
G=55.6%
B=35.6%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal22139890.8400.360.45154.3672.6731.57
Hex168B59540242D9a4920
Octal262131311240445523211140
Binary1011010001011101100110101000100100101101100110101001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #168B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #168B59; }

 p { color: rgb(22,139,89); }

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

<style>
 a { background-color: #168B59; }

 a { background-color: rgb(22,139,89); }

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

<style>
 span { border-color: #168B59; }

 span { border-color: rgb(22,139,89); }

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