#144942

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

Shades of Deep Teal #144942

Tints of Deep Teal #144942

Color information

#144942 (or 0x144942) is unknown color: approx Deep Teal. HEX triplet: 14, 49 and 42. RGB value is (20,73,66). Sum of RGB (Red+Green+Blue) = 20+73+66=159 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.58% from 159); Green value is 73 (28.91% from 255 or 45.91% from 159); Blue value is 66 (26.17% from 255 or 41.51% from 159); Max value from RGB is 73 - color contains mainly: green. Hex color #144942 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144942 is #EBB6BD. Grayscale: #383838. Windows color (decimal): -15447742 or 4344084. OLE color: 4344084.

HSL color Cylindrical-coordinate representation of color #144942: hue angle of 172.08º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #144942 is Cyan = 0.73, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.71.

Color convert

RGB207366-
CMYK0.7300.100.71
HSL172.08º56.99%18.24%-
HSV(B)172.08º72.6%28.63%-
XYZ3.655.315.99-
YUV56.36133.44102.07-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.58%
GREEN value IS 73 (28.91% from 255) = 45.91%
BLUE value IS 66 (26.17% from 255) = 41.51%
R=12.58%
G=45.91%
B=41.51%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2073660.7300.100.71172.0856.9918.24
Hex144942490A47ac3912
Octal241111021110121072547122
Binary101001001001100001010010010101010001111010110011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144942; }

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

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

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

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

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

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

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

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