#144841

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

Shades of Deep Teal #144841

Tints of Deep Teal #144841

Color information

#144841 (or 0x144841) is unknown color: approx Deep Teal. HEX triplet: 14, 48 and 41. RGB value is (20,72,65). Sum of RGB (Red+Green+Blue) = 20+72+65=157 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.74% from 157); Green value is 72 (28.52% from 255 or 45.86% from 157); Blue value is 65 (25.78% from 255 or 41.40% from 157); Max value from RGB is 72 - color contains mainly: green. Hex color #144841 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144841 is #EBB7BE. Grayscale: #373737. Windows color (decimal): -15447999 or 4278292. OLE color: 4278292.

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

Color convert

RGB207265-
CMYK0.7200.100.72
HSL171.92º56.52%18.04%-
HSV(B)171.92º72.22%28.24%-
XYZ3.565.175.81-
YUV55.65133.27102.57-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.74%
GREEN value IS 72 (28.52% from 255) = 45.86%
BLUE value IS 65 (25.78% from 255) = 41.40%
R=12.74%
G=45.86%
B=41.40%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2072650.7200.100.72171.9256.5218.04
Hex144841480A48ac3912
Octal241101011100121102547122
Binary101001001000100000110010000101010010001010110011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144841; }

 p { color: rgb(20,72,65); }

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

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

 a { background-color: rgb(20,72,65); }

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

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

 span { border-color: rgb(20,72,65); }

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