#14807D

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

Shades of Teal #14807D

Tints of Teal #14807D

Color information

#14807D (or 0x14807D) is unknown color: approx Teal. HEX triplet: 14, 80 and 7D. RGB value is (20,128,125). Sum of RGB (Red+Green+Blue) = 20+128+125=273 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.33% from 273); Green value is 128 (50.39% from 255 or 46.89% from 273); Blue value is 125 (49.22% from 255 or 45.79% from 273); Max value from RGB is 128 - color contains mainly: green. Hex color #14807D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14807D is #EB7F82. Grayscale: #5F5F5F. Windows color (decimal): -15433603 or 8224788. OLE color: 8224788.

HSL color Cylindrical-coordinate representation of color #14807D: hue angle of 178.33º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14807D is Cyan = 0.84, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.50.

Color convert

RGB20128125-
CMYK0.8400.020.50
HSL178.33º72.97%29.02%-
HSV(B)178.33º84.38%50.2%-
XYZ11.7117.0722.08-
YUV95.37144.7274.24-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.33%
GREEN value IS 128 (50.39% from 255) = 46.89%
BLUE value IS 125 (49.22% from 255) = 45.79%
R=7.33%
G=46.89%
B=45.79%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal201281250.8400.020.50178.3372.9729.02
Hex14807D540232b2491d
Octal24200175124026226211135
Binary10100100000001111101101010001011001010110010100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14807D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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