Html Css Color HEX #138B7F Teal

📋 copy color: '#138B7F'

red 19 ◦ green 139 ◦ blue 127

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

Shades of Teal #138B7F

Tints of Teal #138B7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 44.56%

R = 6.67%
G = 48.77%
B = 44.56%

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

#138B7F (or 0x138B7F) is known color: Teal. HEX triplet: 13, 8B and 7F. RGB value is (19,139,127). Sum of RGB (Red+Green+Blue) = 19+139+127=285 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.67% from 285); Green value is 139 (54.69% from 255 or 48.77% from 285); Blue value is 127 (50% from 255 or 44.56% from 285); Max value from RGB is 139 - color contains mainly: green. Hex color #138B7F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138B7F is #EC7480. Grayscale: #656565. Windows color (decimal): -15496321 or 8358675. OLE color: 8358675.

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

Color convert

RGB 19 139 127 -
CMYK 0.86 0 0.09 0.45
HSL 174º 0.76% 0.31% -
HSV(B) 174º 0.86% 0.55% -
XYZ 13.33 20.14 23.26 -
YUV 101.75 142.24 68.98 -
System Red Green Blue C M Y K H S L
Decimal 19 139 127 0.86 0 0.09 0.45 174 0.76 0.31
Hex 13 8B 7F 56 0 9 2D AE 4C 1F
Octal 23 213 177 126 0 11 55 256 114 37
Binary 10011 10001011 1111111 1010110 0 1001 101101 10101110 1001100 11111

Color Harmonies of #138B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138B7F

Black with #138B7F

Text Example


Text Example

White with #138B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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