Html Css Color HEX #13857F Teal

📋 copy color: '#13857F'

red 19 ◦ green 133 ◦ blue 127

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

Shades of Teal #13857F

Tints of Teal #13857F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 47.67%

 BLUE value IS 127 (50% from 255) = 45.52%

R = 6.81%
G = 47.67%
B = 45.52%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#13857F (or 0x13857F) is known color: Teal. HEX triplet: 13, 85 and 7F. RGB value is (19,133,127). Sum of RGB (Red+Green+Blue) = 19+133+127=279 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.81% from 279); Green value is 133 (52.34% from 255 or 47.67% from 279); Blue value is 127 (50% from 255 or 45.52% from 279); Max value from RGB is 133 - color contains mainly: green. Hex color #13857F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13857F is #EC7A80. Grayscale: #626262. Windows color (decimal): -15497857 or 8357139. OLE color: 8357139.

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

Color convert

RGB 19 133 127 -
CMYK 0.86 0 0.05 0.48
HSL 176.84º 0.75% 0.3% -
HSV(B) 176.84º 0.86% 0.52% -
XYZ 12.49 18.45 22.98 -
YUV 98.23 144.23 71.49 -
System Red Green Blue C M Y K H S L
Decimal 19 133 127 0.86 0 0.05 0.48 176.84 0.75 0.3
Hex 13 85 7F 56 0 5 30 B1 4B 1E
Octal 23 205 177 126 0 5 60 261 113 36
Binary 10011 10000101 1111111 1010110 0 101 110000 10110001 1001011 11110

Color Harmonies of #13857F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13857F

Black with #13857F

Text Example


Text Example

White with #13857F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13857F; }

 p { color: rgb(19,133,127); }

 H1.HeaderClassName
 {
   color: #13857F;
 }
 .AnyTagClassName
 {
   color: #13857F;
 }
</style>

background-color css

<style>
 a { background-color: #13857F; }

 a { background-color: rgb(19,133,127); }

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

border-color css

<style>
 span { border-color: #13857F; }

 span { border-color: rgb(19,133,127); }

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