#144037

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

Shades of Deep Teal #144037

Tints of Deep Teal #144037

Color information

#144037 (or 0x144037) is unknown color: approx Deep Teal. HEX triplet: 14, 40 and 37. RGB value is (20,64,55). Sum of RGB (Red+Green+Blue) = 20+64+55=139 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.39% from 139); Green value is 64 (25.39% from 255 or 46.04% from 139); Blue value is 55 (21.88% from 255 or 39.57% from 139); Max value from RGB is 64 - color contains mainly: green. Hex color #144037 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144037 is #EBBFC8. Grayscale: #313131. Windows color (decimal): -15450057 or 3620884. OLE color: 3620884.

HSL color Cylindrical-coordinate representation of color #144037: hue angle of 167.73º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #144037 is Cyan = 0.69, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.75.

Color convert

RGB206455-
CMYK0.6900.140.75
HSL167.73º52.38%16.47%-
HSV(B)167.73º68.75%25.1%-
XYZ2.814.094.26-
YUV49.82130.92106.73-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.39%
GREEN value IS 64 (25.39% from 255) = 46.04%
BLUE value IS 55 (21.88% from 255) = 39.57%
R=14.39%
G=46.04%
B=39.57%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2064550.6900.140.75167.7352.3816.47
Hex144037450E4Ba83410
Octal24100671050161132506420
Binary10100100000011011110001010111010010111010100011010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144037; }

 p { color: rgb(20,64,55); }

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

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

 a { background-color: rgb(20,64,55); }

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

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

 span { border-color: rgb(20,64,55); }

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