#144D42

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

Shades of Deep Teal #144D42

Tints of Deep Teal #144D42

Color information

#144D42 (or 0x144D42) is unknown color: approx Deep Teal. HEX triplet: 14, 4D and 42. RGB value is (20,77,66). Sum of RGB (Red+Green+Blue) = 20+77+66=163 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.27% from 163); Green value is 77 (30.47% from 255 or 47.24% from 163); Blue value is 66 (26.17% from 255 or 40.49% from 163); Max value from RGB is 77 - color contains mainly: green. Hex color #144D42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #144D42 is #EBB2BD. Grayscale: #3A3A3A. Windows color (decimal): -15446718 or 4345108. OLE color: 4345108.

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

Color convert

RGB207766-
CMYK0.7400.140.70
HSL168.42º58.76%19.02%-
HSV(B)168.42º74.03%30.2%-
XYZ3.935.856.08-
YUV58.7132.12100.39-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.27%
GREEN value IS 77 (30.47% from 255) = 47.24%
BLUE value IS 66 (26.17% from 255) = 40.49%
R=12.27%
G=47.24%
B=40.49%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2077660.7400.140.70168.4258.7619.02
Hex144D424A0E46a83b13
Octal241151021120161062507323
Binary101001001101100001010010100111010001101010100011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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