#144F43

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

Shades of Deep Teal #144F43

Tints of Deep Teal #144F43

Color information

#144F43 (or 0x144F43) is unknown color: approx Deep Teal. HEX triplet: 14, 4F and 43. RGB value is (20,79,67). Sum of RGB (Red+Green+Blue) = 20+79+67=166 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.05% from 166); Green value is 79 (31.25% from 255 or 47.59% from 166); Blue value is 67 (26.56% from 255 or 40.36% from 166); Max value from RGB is 79 - color contains mainly: green. Hex color #144F43 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #144F43 is #EBB0BC. Grayscale: #3B3B3B. Windows color (decimal): -15446205 or 4411156. OLE color: 4411156.

HSL color Cylindrical-coordinate representation of color #144F43: hue angle of 167.8º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #144F43 is Cyan = 0.75, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.69.

Color convert

RGB207967-
CMYK0.7500.150.69
HSL167.8º59.6%19.41%-
HSV(B)167.8º74.68%30.98%-
XYZ4.16.156.28-
YUV59.99131.9599.48-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.05%
GREEN value IS 79 (31.25% from 255) = 47.59%
BLUE value IS 67 (26.56% from 255) = 40.36%
R=12.05%
G=47.59%
B=40.36%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2079670.7500.150.69167.859.619.41
Hex144F434B0F45a83c13
Octal241171031130171052507423
Binary101001001111100001110010110111110001011010100011110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144F43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,79,67); }

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

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

 a { background-color: rgb(20,79,67); }

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

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

 span { border-color: rgb(20,79,67); }

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