#144D44

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

Shades of Deep Teal #144D44

Tints of Deep Teal #144D44

Color information

#144D44 (or 0x144D44) is unknown color: approx Deep Teal. HEX triplet: 14, 4D and 44. RGB value is (20,77,68). Sum of RGB (Red+Green+Blue) = 20+77+68=165 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.12% from 165); Green value is 77 (30.47% from 255 or 46.67% from 165); Blue value is 68 (26.95% from 255 or 41.21% from 165); Max value from RGB is 77 - color contains mainly: green. Hex color #144D44 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #144D44 is #EBB2BB. Grayscale: #3A3A3A. Windows color (decimal): -15446716 or 4476180. OLE color: 4476180.

HSL color Cylindrical-coordinate representation of color #144D44: hue angle of 170.53º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #144D44 is Cyan = 0.74, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.70.

Color convert

RGB207768-
CMYK0.7400.120.70
HSL170.53º58.76%19.02%-
HSV(B)170.53º74.03%30.2%-
XYZ3.995.876.39-
YUV58.93133.12100.23-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.12%
GREEN value IS 77 (30.47% from 255) = 46.67%
BLUE value IS 68 (26.95% from 255) = 41.21%
R=12.12%
G=46.67%
B=41.21%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2077680.7400.120.70170.5358.7619.02
Hex144D444A0C46ab3b13
Octal241151041120141062537323
Binary101001001101100010010010100110010001101010101111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,77,68); }

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

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

 a { background-color: rgb(20,77,68); }

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

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

 span { border-color: rgb(20,77,68); }

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