Html Css Color HEX #13847B Teal

📋 copy color: '#13847B'

red 19 ◦ green 132 ◦ blue 123

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

Shades of Teal #13847B

Tints of Teal #13847B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 44.89%

R = 6.93%
G = 48.18%
B = 44.89%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.07

 K value IS 0.48

RGB Variations

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

Color information

#13847B (or 0x13847B) is known color: Teal. HEX triplet: 13, 84 and 7B. RGB value is (19,132,123). Sum of RGB (Red+Green+Blue) = 19+132+123=274 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.93% from 274); Green value is 132 (51.95% from 255 or 48.18% from 274); Blue value is 123 (48.44% from 255 or 44.89% from 274); Max value from RGB is 132 - color contains mainly: green. Hex color #13847B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13847B is #EC7B84. Grayscale: #616161. Windows color (decimal): -15498117 or 8094739. OLE color: 8094739.

HSL color Cylindrical-coordinate representation of color #13847B: hue angle of 175.22º 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 #13847B is Cyan = 0.86, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB 19 132 123 -
CMYK 0.86 0 0.07 0.48
HSL 175.22º 0.75% 0.3% -
HSV(B) 175.22º 0.86% 0.52% -
XYZ 12.09 18.07 21.59 -
YUV 97.19 142.56 72.23 -
System Red Green Blue C M Y K H S L
Decimal 19 132 123 0.86 0 0.07 0.48 175.22 0.75 0.3
Hex 13 84 7B 56 0 7 30 AF 4B 1E
Octal 23 204 173 126 0 7 60 257 113 36
Binary 10011 10000100 1111011 1010110 0 111 110000 10101111 1001011 11110

Color Harmonies of #13847B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13847B

Black with #13847B

Text Example


Text Example

White with #13847B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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