#14525E

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

Shades of Teal Blue #14525E

Tints of Teal Blue #14525E

Color information

#14525E (or 0x14525E) is unknown color: approx Teal Blue. HEX triplet: 14, 52 and 5E. RGB value is (20,82,94). Sum of RGB (Red+Green+Blue) = 20+82+94=196 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.20% from 196); Green value is 82 (32.42% from 255 or 41.84% from 196); Blue value is 94 (37.11% from 255 or 47.96% from 196); Max value from RGB is 94 - color contains mainly: blue. Hex color #14525E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14525E is #EBADA1. Grayscale: #404040. Windows color (decimal): -15445410 or 6181396. OLE color: 6181396.

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

Color convert

RGB208294-
CMYK0.790.1300.63
HSL189.73º64.91%22.35%-
HSV(B)189.73º78.72%36.86%-
XYZ5.336.9911.66-
YUV64.83144.4696.02-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.20%
GREEN value IS 82 (32.42% from 255) = 41.84%
BLUE value IS 94 (37.11% from 255) = 47.96%
R=10.20%
G=41.84%
B=47.96%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2082940.790.1300.63189.7364.9122.35
Hex14525E4FD03Fbe4116
Octal241221361171507727610126
Binary101001010010101111010011111101011111110111110100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14525E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14525E; }

 p { color: rgb(20,82,94); }

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

<style>
 a { background-color: #14525E; }

 a { background-color: rgb(20,82,94); }

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

<style>
 span { border-color: #14525E; }

 span { border-color: rgb(20,82,94); }

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