#14515D

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

Shades of Teal Blue #14515D

Tints of Teal Blue #14515D

Color information

#14515D (or 0x14515D) is unknown color: approx Teal Blue. HEX triplet: 14, 51 and 5D. RGB value is (20,81,93). Sum of RGB (Red+Green+Blue) = 20+81+93=194 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.31% from 194); Green value is 81 (32.03% from 255 or 41.75% from 194); Blue value is 93 (36.72% from 255 or 47.94% from 194); Max value from RGB is 93 - color contains mainly: blue. Hex color #14515D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14515D is #EBAEA2. Grayscale: #404040. Windows color (decimal): -15445667 or 6115604. OLE color: 6115604.

HSL color Cylindrical-coordinate representation of color #14515D: hue angle of 189.86º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #14515D is Cyan = 0.78, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB208193-
CMYK0.780.1300.64
HSL189.86º64.6%22.16%-
HSV(B)189.86º78.49%36.47%-
XYZ5.216.8211.4-
YUV64.13144.2996.52-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.31%
GREEN value IS 81 (32.03% from 255) = 41.75%
BLUE value IS 93 (36.72% from 255) = 47.94%
R=10.31%
G=41.75%
B=47.94%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2081930.780.1300.64189.8664.622.16
Hex14515D4ED040be4116
Octal2412113511615010027610126
Binary1010010100011011101100111011010100000010111110100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14515D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,81,93); }

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

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

 a { background-color: rgb(20,81,93); }

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

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

 span { border-color: rgb(20,81,93); }

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