Html Css Color HEX #13847A Teal

📋 copy color: '#13847A'

red 19 ◦ green 132 ◦ blue 122

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

Shades of Teal #13847A

Tints of Teal #13847A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 48.35%

 BLUE value IS 122 (48.05% from 255) = 44.69%

R = 6.96%
G = 48.35%
B = 44.69%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#13847A (or 0x13847A) is known color: Teal. HEX triplet: 13, 84 and 7A. RGB value is (19,132,122). Sum of RGB (Red+Green+Blue) = 19+132+122=273 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.96% from 273); Green value is 132 (51.95% from 255 or 48.35% from 273); Blue value is 122 (48.05% from 255 or 44.69% from 273); Max value from RGB is 132 - color contains mainly: green. Hex color #13847A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13847A is #EC7B85. Grayscale: #616161. Windows color (decimal): -15498118 or 8029203. OLE color: 8029203.

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

Color convert

RGB 19 132 122 -
CMYK 0.86 0 0.08 0.48
HSL 174.69º 0.75% 0.3% -
HSV(B) 174.69º 0.86% 0.52% -
XYZ 12.03 18.05 21.26 -
YUV 97.07 142.06 72.31 -
System Red Green Blue C M Y K H S L
Decimal 19 132 122 0.86 0 0.08 0.48 174.69 0.75 0.3
Hex 13 84 7A 56 0 8 30 AF 4B 1E
Octal 23 204 172 126 0 10 60 257 113 36
Binary 10011 10000100 1111010 1010110 0 1000 110000 10101111 1001011 11110

Color Harmonies of #13847A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13847A

Black with #13847A

Text Example


Text Example

White with #13847A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13847A; }

 p { color: rgb(19,132,122); }

 H1.HeaderClassName
 {
   color: #13847A;
 }
 .AnyTagClassName
 {
   color: #13847A;
 }
</style>

background-color css

<style>
 a { background-color: #13847A; }

 a { background-color: rgb(19,132,122); }

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

border-color css

<style>
 span { border-color: #13847A; }

 span { border-color: rgb(19,132,122); }

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