#144C3D

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

Shades of Deep Teal #144C3D

Tints of Deep Teal #144C3D

Color information

#144C3D (or 0x144C3D) is unknown color: approx Deep Teal. HEX triplet: 14, 4C and 3D. RGB value is (20,76,61). Sum of RGB (Red+Green+Blue) = 20+76+61=157 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.74% from 157); Green value is 76 (30.08% from 255 or 48.41% from 157); Blue value is 61 (24.22% from 255 or 38.85% from 157); Max value from RGB is 76 - color contains mainly: green. Hex color #144C3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144C3D is #EBB3C2. Grayscale: #393939. Windows color (decimal): -15446979 or 4017172. OLE color: 4017172.

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

Color convert

RGB207661-
CMYK0.7400.200.70
HSL163.93º58.33%18.82%-
HSV(B)163.93º73.68%29.8%-
XYZ3.725.655.31-
YUV57.55129.95101.22-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.74%
GREEN value IS 76 (30.08% from 255) = 48.41%
BLUE value IS 61 (24.22% from 255) = 38.85%
R=12.74%
G=48.41%
B=38.85%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2076610.7400.200.70163.9358.3318.82
Hex144C3D4A01446a43a13
Octal24114751120241062447223
Binary101001001100111101100101001010010001101010010011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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