Html Css Color HEX #13887C Teal

📋 copy color: '#13887C'

red 19 ◦ green 136 ◦ blue 124

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

Shades of Teal #13887C

Tints of Teal #13887C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 44.44%

R = 6.81%
G = 48.75%
B = 44.44%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#13887C (or 0x13887C) is known color: Teal. HEX triplet: 13, 88 and 7C. RGB value is (19,136,124). Sum of RGB (Red+Green+Blue) = 19+136+124=279 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.81% from 279); Green value is 136 (53.52% from 255 or 48.75% from 279); Blue value is 124 (48.83% from 255 or 44.44% from 279); Max value from RGB is 136 - color contains mainly: green. Hex color #13887C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13887C is #EC7783. Grayscale: #636363. Windows color (decimal): -15497092 or 8161299. OLE color: 8161299.

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

Color convert

RGB 19 136 124 -
CMYK 0.86 0 0.09 0.47
HSL 173.85º 0.75% 0.3% -
HSV(B) 173.85º 0.86% 0.53% -
XYZ 12.71 19.2 22.11 -
YUV 99.65 141.74 70.48 -
System Red Green Blue C M Y K H S L
Decimal 19 136 124 0.86 0 0.09 0.47 173.85 0.75 0.3
Hex 13 88 7C 56 0 9 2F AE 4B 1E
Octal 23 210 174 126 0 11 57 256 113 36
Binary 10011 10001000 1111100 1010110 0 1001 101111 10101110 1001011 11110

Color Harmonies of #13887C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13887C

Black with #13887C

Text Example


Text Example

White with #13887C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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