Html Css Color HEX #13897D Teal

📋 copy color: '#13897D'

red 19 ◦ green 137 ◦ blue 125

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

Shades of Teal #13897D

Tints of Teal #13897D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 48.75%

 BLUE value IS 125 (49.22% from 255) = 44.48%

R = 6.76%
G = 48.75%
B = 44.48%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#13897D (or 0x13897D) is known color: Teal. HEX triplet: 13, 89 and 7D. RGB value is (19,137,125). Sum of RGB (Red+Green+Blue) = 19+137+125=281 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.76% from 281); Green value is 137 (53.91% from 255 or 48.75% from 281); Blue value is 125 (49.22% from 255 or 44.48% from 281); Max value from RGB is 137 - color contains mainly: green. Hex color #13897D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13897D is #EC7682. Grayscale: #646464. Windows color (decimal): -15496835 or 8227091. OLE color: 8227091.

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

Color convert

RGB 19 137 125 -
CMYK 0.86 0 0.09 0.46
HSL 173.9º 0.76% 0.31% -
HSV(B) 173.9º 0.86% 0.54% -
XYZ 12.92 19.51 22.49 -
YUV 100.35 141.91 69.98 -
System Red Green Blue C M Y K H S L
Decimal 19 137 125 0.86 0 0.09 0.46 173.9 0.76 0.31
Hex 13 89 7D 56 0 9 2E AE 4C 1F
Octal 23 211 175 126 0 11 56 256 114 37
Binary 10011 10001001 1111101 1010110 0 1001 101110 10101110 1001100 11111

Color Harmonies of #13897D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13897D

Black with #13897D

Text Example


Text Example

White with #13897D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13897D; }

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

 H1.HeaderClassName
 {
   color: #13897D;
 }
 .AnyTagClassName
 {
   color: #13897D;
 }
</style>

background-color css

<style>
 a { background-color: #13897D; }

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

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

border-color css

<style>
 span { border-color: #13897D; }

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

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