#144D3F

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

Shades of Deep Teal #144D3F

Tints of Deep Teal #144D3F

Color information

#144D3F (or 0x144D3F) is unknown color: approx Deep Teal. HEX triplet: 14, 4D and 3F. RGB value is (20,77,63). Sum of RGB (Red+Green+Blue) = 20+77+63=160 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.5% from 160); Green value is 77 (30.47% from 255 or 48.12% from 160); Blue value is 63 (25% from 255 or 39.38% from 160); Max value from RGB is 77 - color contains mainly: green. Hex color #144D3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #144D3F is #EBB2C0. Grayscale: #3A3A3A. Windows color (decimal): -15446721 or 4148500. OLE color: 4148500.

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

Color convert

RGB207763-
CMYK0.7400.180.70
HSL165.26º58.76%19.02%-
HSV(B)165.26º74.03%30.2%-
XYZ3.845.825.62-
YUV58.36130.62100.64-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.5%
GREEN value IS 77 (30.47% from 255) = 48.12%
BLUE value IS 63 (25% from 255) = 39.38%
R=12.5%
G=48.12%
B=39.38%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2077630.7400.180.70165.2658.7619.02
Hex144D3F4A01246a53b13
Octal24115771120221062457323
Binary101001001101111111100101001001010001101010010111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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