#14505F

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

Shades of Teal Blue #14505F

Tints of Teal Blue #14505F

Color information

#14505F (or 0x14505F) is unknown color: approx Teal Blue. HEX triplet: 14, 50 and 5F. RGB value is (20,80,95). Sum of RGB (Red+Green+Blue) = 20+80+95=195 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.26% from 195); Green value is 80 (31.64% from 255 or 41.03% from 195); Blue value is 95 (37.5% from 255 or 48.72% from 195); Max value from RGB is 95 - color contains mainly: blue. Hex color #14505F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14505F is #EBAFA0. Grayscale: #3F3F3F. Windows color (decimal): -15445921 or 6246420. OLE color: 6246420.

HSL color Cylindrical-coordinate representation of color #14505F: hue angle of 192º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #14505F is Cyan = 0.79, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB208095-
CMYK0.790.1600.63
HSL192º65.22%22.55%-
HSV(B)192º78.95%37.25%-
XYZ5.226.7111.85-
YUV63.77145.6296.78-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.26%
GREEN value IS 80 (31.64% from 255) = 41.03%
BLUE value IS 95 (37.5% from 255) = 48.72%
R=10.26%
G=41.03%
B=48.72%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2080950.790.1600.6319265.2222.55
Hex14505F4F1003Fc04117
Octal241201371172007730010127
Binary1010010100001011111100111110000011111111000000100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14505F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,80,95); }

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

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

 a { background-color: rgb(20,80,95); }

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

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

 span { border-color: rgb(20,80,95); }

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