#14867E

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

Shades of Teal #14867E

Tints of Teal #14867E

Color information

#14867E (or 0x14867E) is unknown color: approx Teal. HEX triplet: 14, 86 and 7E. RGB value is (20,134,126). Sum of RGB (Red+Green+Blue) = 20+134+126=280 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.14% from 280); Green value is 134 (52.73% from 255 or 47.86% from 280); Blue value is 126 (49.61% from 255 or 45% from 280); Max value from RGB is 134 - color contains mainly: green. Hex color #14867E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14867E is #EB7981. Grayscale: #626262. Windows color (decimal): -15432066 or 8291860. OLE color: 8291860.

HSL color Cylindrical-coordinate representation of color #14867E: hue angle of 175.79º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14867E is Cyan = 0.85, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB20134126-
CMYK0.8500.060.47
HSL175.79º74.03%30.2%-
HSV(B)175.79º85.07%52.55%-
XYZ12.5818.7122.69-
YUV99143.2371.65-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.14%
GREEN value IS 134 (52.73% from 255) = 47.86%
BLUE value IS 126 (49.61% from 255) = 45%
R=7.14%
G=47.86%
B=45%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal201341260.8500.060.47175.7974.0330.2
Hex14867E55062Fb04a1e
Octal24206176125065726011236
Binary101001000011011111101010101011010111110110000100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14867E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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