Html Css Color HEX #13797D Teal

📋 copy color: '#13797D'

red 19 ◦ green 121 ◦ blue 125

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

Shades of Teal #13797D

Tints of Teal #13797D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 45.66%

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

R = 7.17%
G = 45.66%
B = 47.17%

CMYK

 C value IS 0.85

 M value IS 0.03

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#13797D (or 0x13797D) is known color: Teal. HEX triplet: 13, 79 and 7D. RGB value is (19,121,125). Sum of RGB (Red+Green+Blue) = 19+121+125=265 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.17% from 265); Green value is 121 (47.66% from 255 or 45.66% from 265); Blue value is 125 (49.22% from 255 or 47.17% from 265); Max value from RGB is 125 - color contains mainly: blue. Hex color #13797D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13797D is #EC8682. Grayscale: #5A5A5A. Windows color (decimal): -15500931 or 8222995. OLE color: 8222995.

HSL color Cylindrical-coordinate representation of color #13797D: hue angle of 182.26º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13797D is Cyan = 0.85, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 19 121 125 -
CMYK 0.85 0.03 0 0.51
HSL 182.26º 0.74% 0.28% -
HSV(B) 182.26º 0.85% 0.49% -
XYZ 10.81 15.29 21.78 -
YUV 90.96 147.21 76.67 -
System Red Green Blue C M Y K H S L
Decimal 19 121 125 0.85 0.03 0 0.51 182.26 0.74 0.28
Hex 13 79 7D 55 3 0 33 B6 4A 1C
Octal 23 171 175 125 3 0 63 266 112 34
Binary 10011 1111001 1111101 1010101 11 0 110011 10110110 1001010 11100

Color Harmonies of #13797D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13797D

Black with #13797D

Text Example


Text Example

White with #13797D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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