#144C42

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

Shades of Deep Teal #144C42

Tints of Deep Teal #144C42

Color information

#144C42 (or 0x144C42) is unknown color: approx Deep Teal. HEX triplet: 14, 4C and 42. RGB value is (20,76,66). Sum of RGB (Red+Green+Blue) = 20+76+66=162 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.35% from 162); Green value is 76 (30.08% from 255 or 46.91% from 162); Blue value is 66 (26.17% from 255 or 40.74% from 162); Max value from RGB is 76 - color contains mainly: green. Hex color #144C42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144C42 is #EBB3BD. Grayscale: #3A3A3A. Windows color (decimal): -15446974 or 4344852. OLE color: 4344852.

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

Color convert

RGB207666-
CMYK0.7400.130.70
HSL169.29º58.33%18.82%-
HSV(B)169.29º73.68%29.8%-
XYZ3.865.716.05-
YUV58.12132.45100.81-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.35%
GREEN value IS 76 (30.08% from 255) = 46.91%
BLUE value IS 66 (26.17% from 255) = 40.74%
R=12.35%
G=46.91%
B=40.74%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2076660.7400.130.70169.2958.3318.82
Hex144C424A0D46a93a13
Octal241141021120151062517223
Binary101001001100100001010010100110110001101010100111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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