#144138

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

Shades of Deep Teal #144138

Tints of Deep Teal #144138

Color information

#144138 (or 0x144138) is unknown color: approx Deep Teal. HEX triplet: 14, 41 and 38. RGB value is (20,65,56). Sum of RGB (Red+Green+Blue) = 20+65+56=141 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.18% from 141); Green value is 65 (25.78% from 255 or 46.10% from 141); Blue value is 56 (22.27% from 255 or 39.72% from 141); Max value from RGB is 65 - color contains mainly: green. Hex color #144138 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144138 is #EBBEC7. Grayscale: #323232. Windows color (decimal): -15449800 or 3686676. OLE color: 3686676.

HSL color Cylindrical-coordinate representation of color #144138: hue angle of 168º 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 #144138 is Cyan = 0.69, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.75.

Color convert

RGB206556-
CMYK0.6900.140.75
HSL168º52.94%16.67%-
HSV(B)168º69.23%25.49%-
XYZ2.894.214.4-
YUV50.52131.09106.23-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.18%
GREEN value IS 65 (25.78% from 255) = 46.10%
BLUE value IS 56 (22.27% from 255) = 39.72%
R=14.18%
G=46.10%
B=39.72%

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
Decimal2065560.6900.140.7516852.9416.67
Hex144138450E4Ba83511
Octal24101701050161132506521
Binary10100100000111100010001010111010010111010100011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144138; }

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

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

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

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

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

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

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

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