Html Css Color HEX #144F40 Deep Teal

📋 copy color: '#144F40'

red 20 ◦ green 79 ◦ blue 64

#144F40
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Teal #144F40

Tints of Deep Teal #144F40

RGB

 RED value IS 20 (8.2% from 255) = 12.27%

 GREEN value IS 79 (31.25% from 255) = 48.47%

 BLUE value IS 64 (25.39% from 255) = 39.26%

R = 12.27%
G = 48.47%
B = 39.26%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.19

 K value IS 0.69

RGB Variations

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

Color information

#144F40 (or 0x144F40) is known color: Deep Teal. HEX triplet: 14, 4F and 40. RGB value is (20,79,64). Sum of RGB (Red+Green+Blue) = 20+79+64=163 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.27% from 163); Green value is 79 (31.25% from 255 or 48.47% from 163); Blue value is 64 (25.39% from 255 or 39.26% from 163); Max value from RGB is 79 - color contains mainly: green. Hex color #144F40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #144F40 is #EBB0BF. Grayscale: #3B3B3B. Windows color (decimal): -15446208 or 4214548. OLE color: 4214548.

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

Color convert

RGB 20 79 64 -
CMYK 0.75 0 0.19 0.69
HSL 164.75º 0.6% 0.19% -
HSV(B) 164.75º 0.75% 0.31% -
XYZ 4.01 6.11 5.82 -
YUV 59.65 130.45 99.72 -
System Red Green Blue C M Y K H S L
Decimal 20 79 64 0.75 0 0.19 0.69 164.75 0.6 0.19
Hex 14 4F 40 4B 0 13 45 A5 3C 13
Octal 24 117 100 113 0 23 105 245 74 23
Binary 10100 1001111 1000000 1001011 0 10011 1000101 10100101 111100 10011

Color Harmonies of #144F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144F40

Black with #144F40

Text Example


Text Example

White with #144F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #144F40;
 }
 .AnyTagClassName
 {
   color: #144F40;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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