Html Css Color HEX #144D41 Deep Teal

📋 copy color: '#144D41'

red 20 ◦ green 77 ◦ blue 65

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

Shades of Deep Teal #144D41

Tints of Deep Teal #144D41

RGB

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

 GREEN value IS 77 (30.47% from 255) = 47.53%

 BLUE value IS 65 (25.78% from 255) = 40.12%

R = 12.35%
G = 47.53%
B = 40.12%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.16

 K value IS 0.70

RGB Variations

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

Color information

#144D41 (or 0x144D41) is known color: Deep Teal. HEX triplet: 14, 4D and 41. RGB value is (20,77,65). Sum of RGB (Red+Green+Blue) = 20+77+65=162 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.35% from 162); Green value is 77 (30.47% from 255 or 47.53% from 162); Blue value is 65 (25.78% from 255 or 40.12% from 162); Max value from RGB is 77 - color contains mainly: green. Hex color #144D41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #144D41 is #EBB2BE. Grayscale: #3A3A3A. Windows color (decimal): -15446719 or 4279572. OLE color: 4279572.

HSL color Cylindrical-coordinate representation of color #144D41: hue angle of 167.37º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #144D41 is Cyan = 0.74, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.70.

Color convert

RGB 20 77 65 -
CMYK 0.74 0 0.16 0.70
HSL 167.37º 0.59% 0.19% -
HSV(B) 167.37º 0.74% 0.3% -
XYZ 3.9 5.84 5.92 -
YUV 58.59 131.62 100.48 -
System Red Green Blue C M Y K H S L
Decimal 20 77 65 0.74 0 0.16 0.70 167.37 0.59 0.19
Hex 14 4D 41 4A 0 10 46 A7 3B 13
Octal 24 115 101 112 0 20 106 247 73 23
Binary 10100 1001101 1000001 1001010 0 10000 1000110 10100111 111011 10011

Color Harmonies of #144D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144D41

Black with #144D41

Text Example


Text Example

White with #144D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,77,65); }

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

background-color css

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

 a { background-color: rgb(20,77,65); }

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

border-color css

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

 span { border-color: rgb(20,77,65); }

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