#14897D

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

Shades of Teal #14897D

Tints of Teal #14897D

Color information

#14897D (or 0x14897D) is unknown color: approx Teal. HEX triplet: 14, 89 and 7D. RGB value is (20,137,125). Sum of RGB (Red+Green+Blue) = 20+137+125=282 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.09% from 282); Green value is 137 (53.91% from 255 or 48.58% from 282); Blue value is 125 (49.22% from 255 or 44.33% from 282); Max value from RGB is 137 - color contains mainly: green. Hex color #14897D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14897D is #EB7682. Grayscale: #646464. Windows color (decimal): -15431299 or 8227092. OLE color: 8227092.

HSL color Cylindrical-coordinate representation of color #14897D: hue angle of 173.85º 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 #14897D is Cyan = 0.85, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB20137125-
CMYK0.8500.090.46
HSL173.85º74.52%30.78%-
HSV(B)173.85º85.4%53.73%-
XYZ12.9419.5222.49-
YUV100.65141.7470.48-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.09%
GREEN value IS 137 (53.91% from 255) = 48.58%
BLUE value IS 125 (49.22% from 255) = 44.33%
R=7.09%
G=48.58%
B=44.33%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal201371250.8500.090.46173.8574.5230.78
Hex14897D55092Eae4b1f
Octal242111751250115625611337
Binary1010010001001111110110101010100110111010101110100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14897D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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