Html Css Color HEX #144D3E Deep Teal

📋 copy color: '#144D3E'

red 20 ◦ green 77 ◦ blue 62

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

Shades of Deep Teal #144D3E

Tints of Deep Teal #144D3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 38.99%

R = 12.58%
G = 48.43%
B = 38.99%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.19

 K value IS 0.70

RGB Variations

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

Color information

#144D3E (or 0x144D3E) is known color: Deep Teal. HEX triplet: 14, 4D and 3E. RGB value is (20,77,62). Sum of RGB (Red+Green+Blue) = 20+77+62=159 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.58% from 159); Green value is 77 (30.47% from 255 or 48.43% from 159); Blue value is 62 (24.61% from 255 or 38.99% from 159); Max value from RGB is 77 - color contains mainly: green. Hex color #144D3E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #144D3E is #EBB2C1. Grayscale: #3A3A3A. Windows color (decimal): -15446722 or 4082964. OLE color: 4082964.

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

Color convert

RGB 20 77 62 -
CMYK 0.74 0 0.19 0.70
HSL 164.21º 0.59% 0.19% -
HSV(B) 164.21º 0.74% 0.3% -
XYZ 3.81 5.8 5.48 -
YUV 58.25 130.12 100.72 -
System Red Green Blue C M Y K H S L
Decimal 20 77 62 0.74 0 0.19 0.70 164.21 0.59 0.19
Hex 14 4D 3E 4A 0 13 46 A4 3B 13
Octal 24 115 76 112 0 23 106 244 73 23
Binary 10100 1001101 111110 1001010 0 10011 1000110 10100100 111011 10011

Color Harmonies of #144D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144D3E

Black with #144D3E

Text Example


Text Example

White with #144D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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