#14867F

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

Shades of Teal #14867F

Tints of Teal #14867F

Color information

#14867F (or 0x14867F) is unknown color: approx Teal. HEX triplet: 14, 86 and 7F. RGB value is (20,134,127). Sum of RGB (Red+Green+Blue) = 20+134+127=281 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.12% from 281); Green value is 134 (52.73% from 255 or 47.69% from 281); Blue value is 127 (50% from 255 or 45.20% from 281); Max value from RGB is 134 - color contains mainly: green. Hex color #14867F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14867F is #EB7980. Grayscale: #636363. Windows color (decimal): -15432065 or 8357396. OLE color: 8357396.

HSL color Cylindrical-coordinate representation of color #14867F: hue angle of 176.32º 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 #14867F is Cyan = 0.85, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB20134127-
CMYK0.8500.050.47
HSL176.32º74.03%30.2%-
HSV(B)176.32º85.07%52.55%-
XYZ12.6418.7323.03-
YUV99.12143.7371.57-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.12%
GREEN value IS 134 (52.73% from 255) = 47.69%
BLUE value IS 127 (50% from 255) = 45.20%
R=7.12%
G=47.69%
B=45.20%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal201341270.8500.050.47176.3274.0330.2
Hex14867F55052Fb04a1e
Octal24206177125055726011236
Binary101001000011011111111010101010110111110110000100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14867F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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