#14847F

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

Shades of Teal #14847F

Tints of Teal #14847F

Color information

#14847F (or 0x14847F) is unknown color: approx Teal. HEX triplet: 14, 84 and 7F. RGB value is (20,132,127). Sum of RGB (Red+Green+Blue) = 20+132+127=279 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.17% from 279); Green value is 132 (51.95% from 255 or 47.31% from 279); Blue value is 127 (50% from 255 or 45.52% from 279); Max value from RGB is 132 - color contains mainly: green. Hex color #14847F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14847F is #EB7B80. Grayscale: #616161. Windows color (decimal): -15432577 or 8356884. OLE color: 8356884.

HSL color Cylindrical-coordinate representation of color #14847F: hue angle of 177.32º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14847F is Cyan = 0.85, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB20132127-
CMYK0.8500.040.48
HSL177.32º73.68%29.8%-
HSV(B)177.32º84.85%51.76%-
XYZ12.3718.1822.94-
YUV97.94144.3972.41-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.17%
GREEN value IS 132 (51.95% from 255) = 47.31%
BLUE value IS 127 (50% from 255) = 45.52%
R=7.17%
G=47.31%
B=45.52%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal201321270.8500.040.48177.3273.6829.8
Hex14847F550430b14a1e
Octal24204177125046026111236
Binary101001000010011111111010101010011000010110001100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14847F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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