#144B42

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

Shades of Deep Teal #144B42

Tints of Deep Teal #144B42

Color information

#144B42 (or 0x144B42) is unknown color: approx Deep Teal. HEX triplet: 14, 4B and 42. RGB value is (20,75,66). Sum of RGB (Red+Green+Blue) = 20+75+66=161 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.42% from 161); Green value is 75 (29.69% from 255 or 46.58% from 161); Blue value is 66 (26.17% from 255 or 40.99% from 161); Max value from RGB is 75 - color contains mainly: green. Hex color #144B42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144B42 is #EBB4BD. Grayscale: #393939. Windows color (decimal): -15447230 or 4344596. OLE color: 4344596.

HSL color Cylindrical-coordinate representation of color #144B42: hue angle of 170.18º 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 #144B42 is Cyan = 0.73, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.71.

Color convert

RGB207566-
CMYK0.7300.120.71
HSL170.18º57.89%18.63%-
HSV(B)170.18º73.33%29.41%-
XYZ3.795.576.03-
YUV57.53132.78101.23-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.42%
GREEN value IS 75 (29.69% from 255) = 46.58%
BLUE value IS 66 (26.17% from 255) = 40.99%
R=12.42%
G=46.58%
B=40.99%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2075660.7300.120.71170.1857.8918.63
Hex144B42490C47aa3a13
Octal241131021110141072527223
Binary101001001011100001010010010110010001111010101011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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