#144941

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

Shades of Deep Teal #144941

Tints of Deep Teal #144941

Color information

#144941 (or 0x144941) is unknown color: approx Deep Teal. HEX triplet: 14, 49 and 41. RGB value is (20,73,65). Sum of RGB (Red+Green+Blue) = 20+73+65=158 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.66% from 158); Green value is 73 (28.91% from 255 or 46.20% from 158); Blue value is 65 (25.78% from 255 or 41.14% from 158); Max value from RGB is 73 - color contains mainly: green. Hex color #144941 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144941 is #EBB6BE. Grayscale: #383838. Windows color (decimal): -15447743 or 4278548. OLE color: 4278548.

HSL color Cylindrical-coordinate representation of color #144941: hue angle of 170.94º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #144941 is Cyan = 0.73, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.71.

Color convert

RGB207365-
CMYK0.7300.110.71
HSL170.94º56.99%18.24%-
HSV(B)170.94º72.6%28.63%-
XYZ3.635.35.83-
YUV56.24132.94102.15-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.66%
GREEN value IS 73 (28.91% from 255) = 46.20%
BLUE value IS 65 (25.78% from 255) = 41.14%
R=12.66%
G=46.20%
B=41.14%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2073650.7300.110.71170.9456.9918.24
Hex144941490B47ab3912
Octal241111011110131072537122
Binary101001001001100000110010010101110001111010101111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144941; }

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

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

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

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

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

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

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

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