Html Css Color HEX #144942 Deep Teal

📋 copy color: '#144942'

red 20 ◦ green 73 ◦ blue 66

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

Shades of Deep Teal #144942

Tints of Deep Teal #144942

RGB

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

 GREEN value IS 73 (28.91% from 255) = 45.91%

 BLUE value IS 66 (26.17% from 255) = 41.51%

R = 12.58%
G = 45.91%
B = 41.51%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.10

 K value IS 0.71

RGB Variations

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

Color information

#144942 (or 0x144942) is known color: Deep Teal. HEX triplet: 14, 49 and 42. RGB value is (20,73,66). Sum of RGB (Red+Green+Blue) = 20+73+66=159 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.58% from 159); Green value is 73 (28.91% from 255 or 45.91% from 159); Blue value is 66 (26.17% from 255 or 41.51% from 159); Max value from RGB is 73 - color contains mainly: green. Hex color #144942 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144942 is #EBB6BD. Grayscale: #383838. Windows color (decimal): -15447742 or 4344084. OLE color: 4344084.

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

Color convert

RGB 20 73 66 -
CMYK 0.73 0 0.10 0.71
HSL 172.08º 0.57% 0.18% -
HSV(B) 172.08º 0.73% 0.29% -
XYZ 3.65 5.31 5.99 -
YUV 56.36 133.44 102.07 -
System Red Green Blue C M Y K H S L
Decimal 20 73 66 0.73 0 0.10 0.71 172.08 0.57 0.18
Hex 14 49 42 49 0 A 47 AC 39 12
Octal 24 111 102 111 0 12 107 254 71 22
Binary 10100 1001001 1000010 1001001 0 1010 1000111 10101100 111001 10010

Color Harmonies of #144942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144942

Black with #144942

Text Example


Text Example

White with #144942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144942; }

 p { color: rgb(20,73,66); }

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

background-color css

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

 a { background-color: rgb(20,73,66); }

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

border-color css

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

 span { border-color: rgb(20,73,66); }

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