#138a5a

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

Shades of Salem #138A5A

Tints of Salem #138A5A

Color information

#138A5A (or 0x138A5A) is unknown color: approx Salem. HEX triplet: 13, 8A and 5A. RGB value is (19,138,90). Sum of RGB (Red+Green+Blue) = 19+138+90=247 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.69% from 247); Green value is 138 (54.30% from 255 or 55.87% from 247); Blue value is 90 (35.55% from 255 or 36.44% from 247); Max value from RGB is 138 - color contains mainly: green. Hex color #138A5A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138A5A is #EC75A5. Grayscale: #616161. Windows color (decimal): -15496614 or 5933587. OLE color: 5933587.

HSL color Cylindrical-coordinate representation of color #138A5A: hue angle of 155.8º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138A5A is Cyan = 0.86, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.46.

Color convert

RGB1913890-
CMYK0.8600.350.46
HSL155.8º75.8%30.78%-
HSV(B)155.8º86.23%54.12%-
XYZ11.219.0512.76-
YUV96.95124.0872.4-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.69%
GREEN value IS 138 (54.30% from 255) = 55.87%
BLUE value IS 90 (35.55% from 255) = 36.44%
R=7.69%
G=55.87%
B=36.44%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal19138900.8600.350.46155.875.830.78
Hex138A5A560232E9c4c1f
Octal232121321260435623411437
Binary100111000101010110101010110010001110111010011100100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138a5a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138a5a; }

 p { color: rgb(19,138,90); }

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

<style>
 a { background-color: #138a5a; }

 a { background-color: rgb(19,138,90); }

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

<style>
 span { border-color: #138a5a; }

 span { border-color: rgb(19,138,90); }

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