Html Css Color HEX #144840 Deep Teal

📋 copy color: '#144840'

red 20 ◦ green 72 ◦ blue 64

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

Shades of Deep Teal #144840

Tints of Deep Teal #144840

RGB

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

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

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

R = 12.82%
G = 46.15%
B = 41.03%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#144840 (or 0x144840) is known color: Deep Teal. HEX triplet: 14, 48 and 40. RGB value is (20,72,64). Sum of RGB (Red+Green+Blue) = 20+72+64=156 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.82% from 156); Green value is 72 (28.52% from 255 or 46.15% from 156); Blue value is 64 (25.39% from 255 or 41.03% from 156); Max value from RGB is 72 - color contains mainly: green. Hex color #144840 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144840 is #EBB7BF. Grayscale: #373737. Windows color (decimal): -15448000 or 4212756. OLE color: 4212756.

HSL color Cylindrical-coordinate representation of color #144840: hue angle of 170.77º 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 #144840 is Cyan = 0.72, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB 20 72 64 -
CMYK 0.72 0 0.11 0.72
HSL 170.77º 0.57% 0.18% -
HSV(B) 170.77º 0.72% 0.28% -
XYZ 3.53 5.15 5.66 -
YUV 55.54 132.77 102.65 -
System Red Green Blue C M Y K H S L
Decimal 20 72 64 0.72 0 0.11 0.72 170.77 0.57 0.18
Hex 14 48 40 48 0 B 48 AB 39 12
Octal 24 110 100 110 0 13 110 253 71 22
Binary 10100 1001000 1000000 1001000 0 1011 1001000 10101011 111001 10010

Color Harmonies of #144840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144840

Black with #144840

Text Example


Text Example

White with #144840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144840; }

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

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

background-color css

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

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

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

border-color css

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

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

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