Html Css Color HEX #137D7F Teal

📋 copy color: '#137D7F'

red 19 ◦ green 125 ◦ blue 127

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

Shades of Teal #137D7F

Tints of Teal #137D7F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 46.13%

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

R = 7.01%
G = 46.13%
B = 46.86%

CMYK

 C value IS 0.85

 M value IS 0.02

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#137D7F (or 0x137D7F) is known color: Teal. HEX triplet: 13, 7D and 7F. RGB value is (19,125,127). Sum of RGB (Red+Green+Blue) = 19+125+127=271 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.01% from 271); Green value is 125 (49.22% from 255 or 46.13% from 271); Blue value is 127 (50% from 255 or 46.86% from 271); Max value from RGB is 127 - color contains mainly: blue. Hex color #137D7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137D7F is #EC8280. Grayscale: #5D5D5D. Windows color (decimal): -15499905 or 8355091. OLE color: 8355091.

HSL color Cylindrical-coordinate representation of color #137D7F: hue angle of 181.11º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #137D7F is Cyan = 0.85, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 19 125 127 -
CMYK 0.85 0.02 0 0.50
HSL 181.11º 0.74% 0.29% -
HSV(B) 181.11º 0.85% 0.5% -
XYZ 11.43 16.34 22.63 -
YUV 93.53 146.88 74.84 -
System Red Green Blue C M Y K H S L
Decimal 19 125 127 0.85 0.02 0 0.50 181.11 0.74 0.29
Hex 13 7D 7F 55 2 0 32 B5 4A 1D
Octal 23 175 177 125 2 0 62 265 112 35
Binary 10011 1111101 1111111 1010101 10 0 110010 10110101 1001010 11101

Color Harmonies of #137D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137D7F

Black with #137D7F

Text Example


Text Example

White with #137D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137D7F; }

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

 H1.HeaderClassName
 {
   color: #137D7F;
 }
 .AnyTagClassName
 {
   color: #137D7F;
 }
</style>

background-color css

<style>
 a { background-color: #137D7F; }

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

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

border-color css

<style>
 span { border-color: #137D7F; }

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

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