Html Css Color HEX #13887D Teal

📋 copy color: '#13887D'

red 19 ◦ green 136 ◦ blue 125

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

Shades of Teal #13887D

Tints of Teal #13887D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 48.57%

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

R = 6.79%
G = 48.57%
B = 44.64%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#13887D (or 0x13887D) is known color: Teal. HEX triplet: 13, 88 and 7D. RGB value is (19,136,125). Sum of RGB (Red+Green+Blue) = 19+136+125=280 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.79% from 280); Green value is 136 (53.52% from 255 or 48.57% from 280); Blue value is 125 (49.22% from 255 or 44.64% from 280); Max value from RGB is 136 - color contains mainly: green. Hex color #13887D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13887D is #EC7782. Grayscale: #636363. Windows color (decimal): -15497091 or 8226835. OLE color: 8226835.

HSL color Cylindrical-coordinate representation of color #13887D: hue angle of 174.36º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #13887D is Cyan = 0.86, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB 19 136 125 -
CMYK 0.86 0 0.08 0.47
HSL 174.36º 0.75% 0.3% -
HSV(B) 174.36º 0.86% 0.53% -
XYZ 12.77 19.23 22.44 -
YUV 99.76 142.24 70.39 -
System Red Green Blue C M Y K H S L
Decimal 19 136 125 0.86 0 0.08 0.47 174.36 0.75 0.3
Hex 13 88 7D 56 0 8 2F AE 4B 1E
Octal 23 210 175 126 0 10 57 256 113 36
Binary 10011 10001000 1111101 1010110 0 1000 101111 10101110 1001011 11110

Color Harmonies of #13887D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13887D

Black with #13887D

Text Example


Text Example

White with #13887D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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