Html Css Color HEX #144841 Deep Teal

📋 copy color: '#144841'

red 20 ◦ green 72 ◦ blue 65

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

Shades of Deep Teal #144841

Tints of Deep Teal #144841

RGB

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

 GREEN value IS 72 (28.52% from 255) = 45.86%

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

R = 12.74%
G = 45.86%
B = 41.4%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#144841 (or 0x144841) is known color: Deep Teal. HEX triplet: 14, 48 and 41. RGB value is (20,72,65). Sum of RGB (Red+Green+Blue) = 20+72+65=157 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.74% from 157); Green value is 72 (28.52% from 255 or 45.86% from 157); Blue value is 65 (25.78% from 255 or 41.40% from 157); Max value from RGB is 72 - color contains mainly: green. Hex color #144841 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144841 is #EBB7BE. Grayscale: #373737. Windows color (decimal): -15447999 or 4278292. OLE color: 4278292.

HSL color Cylindrical-coordinate representation of color #144841: hue angle of 171.92º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #144841 is Cyan = 0.72, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.72.

Color convert

RGB 20 72 65 -
CMYK 0.72 0 0.10 0.72
HSL 171.92º 0.57% 0.18% -
HSV(B) 171.92º 0.72% 0.28% -
XYZ 3.56 5.17 5.81 -
YUV 55.65 133.27 102.57 -
System Red Green Blue C M Y K H S L
Decimal 20 72 65 0.72 0 0.10 0.72 171.92 0.57 0.18
Hex 14 48 41 48 0 A 48 AC 39 12
Octal 24 110 101 110 0 12 110 254 71 22
Binary 10100 1001000 1000001 1001000 0 1010 1001000 10101100 111001 10010

Color Harmonies of #144841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144841

Black with #144841

Text Example


Text Example

White with #144841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144841; }

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

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

background-color css

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

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

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

border-color css

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

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

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