#144B54

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

Shades of Teal Blue #144B54

Tints of Teal Blue #144B54

Color information

#144B54 (or 0x144B54) is unknown color: approx Teal Blue. HEX triplet: 14, 4B and 54. RGB value is (20,75,84). Sum of RGB (Red+Green+Blue) = 20+75+84=179 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.17% from 179); Green value is 75 (29.69% from 255 or 41.90% from 179); Blue value is 84 (33.20% from 255 or 46.93% from 179); Max value from RGB is 84 - color contains mainly: blue. Hex color #144B54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144B54 is #EBB4AB. Grayscale: #3B3B3B. Windows color (decimal): -15447212 or 5524244. OLE color: 5524244.

HSL color Cylindrical-coordinate representation of color #144B54: hue angle of 188.44º 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 #144B54 is Cyan = 0.76, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB207584-
CMYK0.760.1100.67
HSL188.44º61.54%20.39%-
HSV(B)188.44º76.19%32.94%-
XYZ4.45.829.28-
YUV59.58141.7899.77-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.17%
GREEN value IS 75 (29.69% from 255) = 41.90%
BLUE value IS 84 (33.20% from 255) = 46.93%
R=11.17%
G=41.90%
B=46.93%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2075840.760.1100.67188.4461.5420.39
Hex144B544CB043bc3e14
Octal241131241141301032747624
Binary101001001011101010010011001011010000111011110011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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