Html Css Color HEX #138B7E Teal

📋 copy color: '#138B7E'

red 19 ◦ green 139 ◦ blue 126

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

Shades of Teal #138B7E

Tints of Teal #138B7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 44.37%

R = 6.69%
G = 48.94%
B = 44.37%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#138B7E (or 0x138B7E) is known color: Teal. HEX triplet: 13, 8B and 7E. RGB value is (19,139,126). Sum of RGB (Red+Green+Blue) = 19+139+126=284 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.69% from 284); Green value is 139 (54.69% from 255 or 48.94% from 284); Blue value is 126 (49.61% from 255 or 44.37% from 284); Max value from RGB is 139 - color contains mainly: green. Hex color #138B7E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138B7E is #EC7481. Grayscale: #656565. Windows color (decimal): -15496322 or 8293139. OLE color: 8293139.

HSL color Cylindrical-coordinate representation of color #138B7E: hue angle of 173.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 #138B7E is Cyan = 0.86, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB 19 139 126 -
CMYK 0.86 0 0.09 0.45
HSL 173.5º 0.76% 0.31% -
HSV(B) 173.5º 0.86% 0.55% -
XYZ 13.27 20.11 22.92 -
YUV 101.64 141.74 69.06 -
System Red Green Blue C M Y K H S L
Decimal 19 139 126 0.86 0 0.09 0.45 173.5 0.76 0.31
Hex 13 8B 7E 56 0 9 2D AE 4C 1F
Octal 23 213 176 126 0 11 55 256 114 37
Binary 10011 10001011 1111110 1010110 0 1001 101101 10101110 1001100 11111

Color Harmonies of #138B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138B7E

Black with #138B7E

Text Example


Text Example

White with #138B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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