#144D3D

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

Shades of Deep Teal #144D3D

Tints of Deep Teal #144D3D

Color information

#144D3D (or 0x144D3D) is unknown color: approx Deep Teal. HEX triplet: 14, 4D and 3D. RGB value is (20,77,61). Sum of RGB (Red+Green+Blue) = 20+77+61=158 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.66% from 158); Green value is 77 (30.47% from 255 or 48.73% from 158); Blue value is 61 (24.22% from 255 or 38.61% from 158); Max value from RGB is 77 - color contains mainly: green. Hex color #144D3D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #144D3D is #EBB2C2. Grayscale: #3A3A3A. Windows color (decimal): -15446723 or 4017428. OLE color: 4017428.

HSL color Cylindrical-coordinate representation of color #144D3D: hue angle of 163.16º 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 #144D3D is Cyan = 0.74, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.70.

Color convert

RGB207761-
CMYK0.7400.210.70
HSL163.16º58.76%19.02%-
HSV(B)163.16º74.03%30.2%-
XYZ3.785.795.33-
YUV58.13129.62100.8-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.66%
GREEN value IS 77 (30.47% from 255) = 48.73%
BLUE value IS 61 (24.22% from 255) = 38.61%
R=12.66%
G=48.73%
B=38.61%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2077610.7400.210.70163.1658.7619.02
Hex144D3D4A01546a33b13
Octal24115751120251062437323
Binary101001001101111101100101001010110001101010001111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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