Html Css Color HEX #13897E Teal

📋 copy color: '#13897E'

red 19 ◦ green 137 ◦ blue 126

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

Shades of Teal #13897E

Tints of Teal #13897E

RGB

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

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

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

R = 6.74%
G = 48.58%
B = 44.68%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.08

 K value IS 0.46

RGB Variations

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

Color information

#13897E (or 0x13897E) is known color: Teal. HEX triplet: 13, 89 and 7E. RGB value is (19,137,126). Sum of RGB (Red+Green+Blue) = 19+137+126=282 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.74% from 282); Green value is 137 (53.91% from 255 or 48.58% from 282); Blue value is 126 (49.61% from 255 or 44.68% from 282); Max value from RGB is 137 - color contains mainly: green. Hex color #13897E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13897E is #EC7681. Grayscale: #646464. Windows color (decimal): -15496834 or 8292627. OLE color: 8292627.

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

Color convert

RGB 19 137 126 -
CMYK 0.86 0 0.08 0.46
HSL 174.41º 0.76% 0.31% -
HSV(B) 174.41º 0.86% 0.54% -
XYZ 12.98 19.54 22.83 -
YUV 100.46 142.41 69.89 -
System Red Green Blue C M Y K H S L
Decimal 19 137 126 0.86 0 0.08 0.46 174.41 0.76 0.31
Hex 13 89 7E 56 0 8 2E AE 4C 1F
Octal 23 211 176 126 0 10 56 256 114 37
Binary 10011 10001001 1111110 1010110 0 1000 101110 10101110 1001100 11111

Color Harmonies of #13897E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13897E

Black with #13897E

Text Example


Text Example

White with #13897E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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