Html Css Color HEX #138A5A Salem

📋 copy color: '#138A5A'

red 19 ◦ green 138 ◦ blue 90

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

Shades of Salem #138A5A

Tints of Salem #138A5A

RGB

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

 GREEN value IS 138 (54.3% 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 value IS 0.86

 M value IS 0

 Y value IS 0.35

 K value IS 0.46

RGB Variations

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

Color information

#138A5A (or 0x138A5A) is known color: 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

RGB 19 138 90 -
CMYK 0.86 0 0.35 0.46
HSL 155.8º 0.76% 0.31% -
HSV(B) 155.8º 0.86% 0.54% -
XYZ 11.2 19.05 12.76 -
YUV 96.95 124.08 72.4 -
System Red Green Blue C M Y K H S L
Decimal 19 138 90 0.86 0 0.35 0.46 155.8 0.76 0.31
Hex 13 8A 5A 56 0 23 2E 9C 4C 1F
Octal 23 212 132 126 0 43 56 234 114 37
Binary 10011 10001010 1011010 1010110 0 100011 101110 10011100 1001100 11111

Color Harmonies of #138A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138A5A

Black with #138A5A

Text Example


Text Example

White with #138A5A

Text Example


Text Example

HTML Codes & Css Web 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>