#144E56

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

Shades of Teal Blue #144E56

Tints of Teal Blue #144E56

Color information

#144E56 (or 0x144E56) is unknown color: approx Teal Blue. HEX triplet: 14, 4E and 56. RGB value is (20,78,86). Sum of RGB (Red+Green+Blue) = 20+78+86=184 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.87% from 184); Green value is 78 (30.86% from 255 or 42.39% from 184); Blue value is 86 (33.98% from 255 or 46.74% from 184); Max value from RGB is 86 - color contains mainly: blue. Hex color #144E56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #144E56 is #EBB1A9. Grayscale: #3D3D3D. Windows color (decimal): -15446442 or 5656084. OLE color: 5656084.

HSL color Cylindrical-coordinate representation of color #144E56: hue angle of 187.27º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #144E56 is Cyan = 0.77, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB207886-
CMYK0.770.0900.66
HSL187.27º62.26%20.78%-
HSV(B)187.27º76.74%33.73%-
XYZ4.696.279.77-
YUV61.57141.7898.35-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.87%
GREEN value IS 78 (30.86% from 255) = 42.39%
BLUE value IS 86 (33.98% from 255) = 46.74%
R=10.87%
G=42.39%
B=46.74%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2078860.770.0900.66187.2762.2620.78
Hex144E564D9042bb3e15
Octal241161261151101022737625
Binary101001001110101011010011011001010000101011101111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144E56; }

 p { color: rgb(20,78,86); }

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

<style>
 a { background-color: #144E56; }

 a { background-color: rgb(20,78,86); }

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

<style>
 span { border-color: #144E56; }

 span { border-color: rgb(20,78,86); }

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