#144A57

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

Shades of Teal Blue #144A57

Tints of Teal Blue #144A57

Color information

#144A57 (or 0x144A57) is unknown color: approx Teal Blue. HEX triplet: 14, 4A and 57. RGB value is (20,74,87). Sum of RGB (Red+Green+Blue) = 20+74+87=181 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.05% from 181); Green value is 74 (29.30% from 255 or 40.88% from 181); Blue value is 87 (34.38% from 255 or 48.07% from 181); Max value from RGB is 87 - color contains mainly: blue. Hex color #144A57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144A57 is #EBB5A8. Grayscale: #3B3B3B. Windows color (decimal): -15447465 or 5720596. OLE color: 5720596.

HSL color Cylindrical-coordinate representation of color #144A57: hue angle of 191.64º degrees, saturation: 0.63, 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 #144A57 is Cyan = 0.77, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB207487-
CMYK0.770.1500.66
HSL191.64º62.62%20.98%-
HSV(B)191.64º77.01%34.12%-
XYZ4.465.739.89-
YUV59.34143.6199.94-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.05%
GREEN value IS 74 (29.30% from 255) = 40.88%
BLUE value IS 87 (34.38% from 255) = 48.07%
R=11.05%
G=40.88%
B=48.07%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2074870.770.1500.66191.6462.6220.98
Hex144A574DF042c03f15
Octal241121271151701023007725
Binary101001001010101011110011011111010000101100000011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,74,87); }

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

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

 a { background-color: rgb(20,74,87); }

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

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

 span { border-color: rgb(20,74,87); }

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