#144A55

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

Shades of Teal Blue #144A55

Tints of Teal Blue #144A55

Color information

#144A55 (or 0x144A55) is unknown color: approx Teal Blue. HEX triplet: 14, 4A and 55. RGB value is (20,74,85). Sum of RGB (Red+Green+Blue) = 20+74+85=179 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.17% from 179); Green value is 74 (29.30% from 255 or 41.34% from 179); Blue value is 85 (33.59% from 255 or 47.49% from 179); Max value from RGB is 85 - color contains mainly: blue. Hex color #144A55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144A55 is #EBB5AA. Grayscale: #3B3B3B. Windows color (decimal): -15447467 or 5589524. OLE color: 5589524.

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

Color convert

RGB207485-
CMYK0.760.1300.67
HSL190.15º61.9%20.59%-
HSV(B)190.15º76.47%33.33%-
XYZ4.385.79.46-
YUV59.11142.61100.11-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.17%
GREEN value IS 74 (29.30% from 255) = 41.34%
BLUE value IS 85 (33.59% from 255) = 47.49%
R=11.17%
G=41.34%
B=47.49%

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
Decimal2074850.760.1300.67190.1561.920.59
Hex144A554CD043be3e15
Octal241121251141501032767625
Binary101001001010101010110011001101010000111011111011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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