#144958

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

Shades of Teal Blue #144958

Tints of Teal Blue #144958

Color information

#144958 (or 0x144958) is unknown color: approx Teal Blue. HEX triplet: 14, 49 and 58. RGB value is (20,73,88). Sum of RGB (Red+Green+Blue) = 20+73+88=181 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.05% from 181); Green value is 73 (28.91% from 255 or 40.33% from 181); Blue value is 88 (34.77% from 255 or 48.62% from 181); Max value from RGB is 88 - color contains mainly: blue. Hex color #144958 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144958 is #EBB6A7. Grayscale: #3A3A3A. Windows color (decimal): -15447720 or 5785876. OLE color: 5785876.

HSL color Cylindrical-coordinate representation of color #144958: hue angle of 193.24º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #144958 is Cyan = 0.77, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB207388-
CMYK0.770.1700.65
HSL193.24º62.96%21.18%-
HSV(B)193.24º77.27%34.51%-
XYZ4.435.6210.08-
YUV58.86144.44100.28-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.05%
GREEN value IS 73 (28.91% from 255) = 40.33%
BLUE value IS 88 (34.77% from 255) = 48.62%
R=11.05%
G=40.33%
B=48.62%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2073880.770.1700.65193.2462.9621.18
Hex1449584D11041c13f15
Octal241111301152101013017725
Binary1010010010011011000100110110001010000011100000111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144958; }

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

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

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

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

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

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

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

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