#13867E

Color #13867E Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal #13867E

Tints of Teal #13867E

Color information

#13867E (or 0x13867E) is unknown color: approx Teal. HEX triplet: 13, 86 and 7E. RGB value is (19,134,126). Sum of RGB (Red+Green+Blue) = 19+134+126=279 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.81% from 279); Green value is 134 (52.73% from 255 or 48.03% from 279); Blue value is 126 (49.61% from 255 or 45.16% from 279); Max value from RGB is 134 - color contains mainly: green. Hex color #13867E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13867E is #EC7981. Grayscale: #626262. Windows color (decimal): -15497602 or 8291859. OLE color: 8291859.

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

Color convert

RGB19134126-
CMYK0.8600.060.47
HSL175.83º75.16%30%-
HSV(B)175.83º85.82%52.55%-
XYZ12.5618.722.69-
YUV98.7143.471.15-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.81%
GREEN value IS 134 (52.73% from 255) = 48.03%
BLUE value IS 126 (49.61% from 255) = 45.16%
R=6.81%
G=48.03%
B=45.16%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal191341260.8600.060.47175.8375.1630
Hex13867E56062Fb04b1e
Octal23206176126065726011336
Binary100111000011011111101010110011010111110110000100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13867E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13867E; }

 p { color: rgb(19,134,126); }

 H1.HeaderClassName
 {
   color: #13867E;
 }
 .AnyTagClassName
 {
   color: #13867E;
 }
</style>
background-color css

<style>
 a { background-color: #13867E; }

 a { background-color: rgb(19,134,126); }

 div.DivClassName
 {
   background-color: #13867E;
 }
 .BgClassName
 {
   background-color: #13867E;
 }
</style>
border-color css

<style>
 span { border-color: #13867E; }

 span { border-color: rgb(19,134,126); }

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