#144B40

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

Shades of Deep Teal #144B40

Tints of Deep Teal #144B40

Color information

#144B40 (or 0x144B40) is unknown color: approx Deep Teal. HEX triplet: 14, 4B and 40. RGB value is (20,75,64). Sum of RGB (Red+Green+Blue) = 20+75+64=159 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.58% from 159); Green value is 75 (29.69% from 255 or 47.17% from 159); Blue value is 64 (25.39% from 255 or 40.25% from 159); Max value from RGB is 75 - color contains mainly: green. Hex color #144B40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144B40 is #EBB4BF. Grayscale: #393939. Windows color (decimal): -15447232 or 4213524. OLE color: 4213524.

HSL color Cylindrical-coordinate representation of color #144B40: hue angle of 168º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #144B40 is Cyan = 0.73, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.71.

Color convert

RGB207564-
CMYK0.7300.150.71
HSL168º57.89%18.63%-
HSV(B)168º73.33%29.41%-
XYZ3.735.555.73-
YUV57.3131.78101.39-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.58%
GREEN value IS 75 (29.69% from 255) = 47.17%
BLUE value IS 64 (25.39% from 255) = 40.25%
R=12.58%
G=47.17%
B=40.25%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2075640.7300.150.7116857.8918.63
Hex144B40490F47a83a13
Octal241131001110171072507223
Binary101001001011100000010010010111110001111010100011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144B40; }

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

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

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

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

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

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

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

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