#144137

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

Shades of Deep Teal #144137

Tints of Deep Teal #144137

Color information

#144137 (or 0x144137) is unknown color: approx Deep Teal. HEX triplet: 14, 41 and 37. RGB value is (20,65,55). Sum of RGB (Red+Green+Blue) = 20+65+55=140 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.29% from 140); Green value is 65 (25.78% from 255 or 46.43% from 140); Blue value is 55 (21.88% from 255 or 39.29% from 140); Max value from RGB is 65 - color contains mainly: green. Hex color #144137 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144137 is #EBBEC8. Grayscale: #323232. Windows color (decimal): -15449801 or 3621140. OLE color: 3621140.

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

Color convert

RGB206555-
CMYK0.6900.150.75
HSL166.67º52.94%16.67%-
HSV(B)166.67º69.23%25.49%-
XYZ2.874.214.27-
YUV50.4130.59106.31-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.29%
GREEN value IS 65 (25.78% from 255) = 46.43%
BLUE value IS 55 (21.88% from 255) = 39.29%
R=14.29%
G=46.43%
B=39.29%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2065550.6900.150.75166.6752.9416.67
Hex144137450F4Ba73511
Octal24101671050171132476521
Binary10100100000111011110001010111110010111010011111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144137; }

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

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

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

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

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

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

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

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