#144B3D

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

Shades of Deep Teal #144B3D

Tints of Deep Teal #144B3D

Color information

#144B3D (or 0x144B3D) is unknown color: approx Deep Teal. HEX triplet: 14, 4B and 3D. RGB value is (20,75,61). Sum of RGB (Red+Green+Blue) = 20+75+61=156 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.82% from 156); Green value is 75 (29.69% from 255 or 48.08% from 156); Blue value is 61 (24.22% from 255 or 39.10% from 156); Max value from RGB is 75 - color contains mainly: green. Hex color #144B3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144B3D is #EBB4C2. Grayscale: #383838. Windows color (decimal): -15447235 or 4016916. OLE color: 4016916.

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

Color convert

RGB207561-
CMYK0.7300.190.71
HSL164.73º57.89%18.63%-
HSV(B)164.73º73.33%29.41%-
XYZ3.655.525.29-
YUV56.96130.28101.64-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.82%
GREEN value IS 75 (29.69% from 255) = 48.08%
BLUE value IS 61 (24.22% from 255) = 39.10%
R=12.82%
G=48.08%
B=39.10%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2075610.7300.190.71164.7357.8918.63
Hex144B3D4901347a53a13
Octal24113751110231072457223
Binary101001001011111101100100101001110001111010010111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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