#144957

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

Shades of Teal Blue #144957

Tints of Teal Blue #144957

Color information

#144957 (or 0x144957) is unknown color: approx Teal Blue. HEX triplet: 14, 49 and 57. RGB value is (20,73,87). Sum of RGB (Red+Green+Blue) = 20+73+87=180 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.11% from 180); Green value is 73 (28.91% from 255 or 40.56% from 180); Blue value is 87 (34.38% from 255 or 48.33% from 180); Max value from RGB is 87 - color contains mainly: blue. Hex color #144957 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144957 is #EBB6A8. Grayscale: #3A3A3A. Windows color (decimal): -15447721 or 5720340. OLE color: 5720340.

HSL color Cylindrical-coordinate representation of color #144957: hue angle of 192.54º 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 #144957 is Cyan = 0.77, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB207387-
CMYK0.770.1600.66
HSL192.54º62.62%20.98%-
HSV(B)192.54º77.01%34.12%-
XYZ4.395.69.87-
YUV58.75143.94100.36-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.11%
GREEN value IS 73 (28.91% from 255) = 40.56%
BLUE value IS 87 (34.38% from 255) = 48.33%
R=11.11%
G=40.56%
B=48.33%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2073870.770.1600.66192.5462.6220.98
Hex1449574D10042c13f15
Octal241111271152001023017725
Binary1010010010011010111100110110000010000101100000111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144957; }

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

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

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

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

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

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

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

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