#144954

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

Shades of Teal Blue #144954

Tints of Teal Blue #144954

Color information

#144954 (or 0x144954) is unknown color: approx Teal Blue. HEX triplet: 14, 49 and 54. RGB value is (20,73,84). Sum of RGB (Red+Green+Blue) = 20+73+84=177 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.30% from 177); Green value is 73 (28.91% from 255 or 41.24% from 177); Blue value is 84 (33.20% from 255 or 47.46% from 177); Max value from RGB is 84 - color contains mainly: blue. Hex color #144954 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144954 is #EBB6AB. Grayscale: #3A3A3A. Windows color (decimal): -15447724 or 5523732. OLE color: 5523732.

HSL color Cylindrical-coordinate representation of color #144954: hue angle of 190.31º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #144954 is Cyan = 0.76, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB207384-
CMYK0.760.1300.67
HSL190.31º61.54%20.39%-
HSV(B)190.31º76.19%32.94%-
XYZ4.275.559.23-
YUV58.41142.44100.61-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.30%
GREEN value IS 73 (28.91% from 255) = 41.24%
BLUE value IS 84 (33.20% from 255) = 47.46%
R=11.30%
G=41.24%
B=47.46%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2073840.760.1300.67190.3161.5420.39
Hex1449544CD043be3e14
Octal241111241141501032767624
Binary101001001001101010010011001101010000111011111011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144954; }

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

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

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

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

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

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

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

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