#14897F

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

Shades of Teal #14897F

Tints of Teal #14897F

Color information

#14897F (or 0x14897F) is unknown color: approx Teal. HEX triplet: 14, 89 and 7F. RGB value is (20,137,127). Sum of RGB (Red+Green+Blue) = 20+137+127=284 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.04% from 284); Green value is 137 (53.91% from 255 or 48.24% from 284); Blue value is 127 (50% from 255 or 44.72% from 284); Max value from RGB is 137 - color contains mainly: green. Hex color #14897F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14897F is #EB7680. Grayscale: #646464. Windows color (decimal): -15431297 or 8358164. OLE color: 8358164.

HSL color Cylindrical-coordinate representation of color #14897F: hue angle of 174.87º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14897F is Cyan = 0.85, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB20137127-
CMYK0.8500.070.46
HSL174.87º74.52%30.78%-
HSV(B)174.87º85.4%53.73%-
XYZ13.0619.5723.17-
YUV100.88142.7470.31-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.04%
GREEN value IS 137 (53.91% from 255) = 48.24%
BLUE value IS 127 (50% from 255) = 44.72%
R=7.04%
G=48.24%
B=44.72%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal201371270.8500.070.46174.8774.5230.78
Hex14897F55072Eaf4b1f
Octal24211177125075625711337
Binary101001000100111111111010101011110111010101111100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14897F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,137,127); }

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

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

 a { background-color: rgb(20,137,127); }

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

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

 span { border-color: rgb(20,137,127); }

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