Html Css Color HEX #138B5A Salem

📋 copy color: '#138B5A'

red 19 ◦ green 139 ◦ blue 90

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

Shades of Salem #138B5A

Tints of Salem #138B5A

RGB

 RED value IS 19 (7.81% from 255) = 7.66%

 GREEN value IS 139 (54.69% from 255) = 56.05%

 BLUE value IS 90 (35.55% from 255) = 36.29%

R = 7.66%
G = 56.05%
B = 36.29%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.35

 K value IS 0.45

RGB Variations

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

Color information

#138B5A (or 0x138B5A) is known color: Salem. HEX triplet: 13, 8B and 5A. RGB value is (19,139,90). Sum of RGB (Red+Green+Blue) = 19+139+90=248 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.66% from 248); Green value is 139 (54.69% from 255 or 56.05% from 248); Blue value is 90 (35.55% from 255 or 36.29% from 248); Max value from RGB is 139 - color contains mainly: green. Hex color #138B5A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138B5A is #EC74A5. Grayscale: #616161. Windows color (decimal): -15496358 or 5933843. OLE color: 5933843.

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

Color convert

RGB 19 139 90 -
CMYK 0.86 0 0.35 0.45
HSL 155.5º 0.76% 0.31% -
HSV(B) 155.5º 0.86% 0.55% -
XYZ 11.35 19.34 12.81 -
YUV 97.53 123.74 71.98 -
System Red Green Blue C M Y K H S L
Decimal 19 139 90 0.86 0 0.35 0.45 155.5 0.76 0.31
Hex 13 8B 5A 56 0 23 2D 9C 4C 1F
Octal 23 213 132 126 0 43 55 234 114 37
Binary 10011 10001011 1011010 1010110 0 100011 101101 10011100 1001100 11111

Color Harmonies of #138B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138B5A

Black with #138B5A

Text Example


Text Example

White with #138B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #138B5A;
 }
 .AnyTagClassName
 {
   color: #138B5A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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