Html Css Color HEX #144037 Deep Teal

📋 copy color: '#144037'

red 20 ◦ green 64 ◦ blue 55

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

Shades of Deep Teal #144037

Tints of Deep Teal #144037

RGB

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

 GREEN value IS 64 (25.39% from 255) = 46.04%

 BLUE value IS 55 (21.88% from 255) = 39.57%

R = 14.39%
G = 46.04%
B = 39.57%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.14

 K value IS 0.75

RGB Variations

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

Color information

#144037 (or 0x144037) is known color: Deep Teal. HEX triplet: 14, 40 and 37. RGB value is (20,64,55). Sum of RGB (Red+Green+Blue) = 20+64+55=139 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.39% from 139); Green value is 64 (25.39% from 255 or 46.04% from 139); Blue value is 55 (21.88% from 255 or 39.57% from 139); Max value from RGB is 64 - color contains mainly: green. Hex color #144037 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144037 is #EBBFC8. Grayscale: #313131. Windows color (decimal): -15450057 or 3620884. OLE color: 3620884.

HSL color Cylindrical-coordinate representation of color #144037: hue angle of 167.73º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #144037 is Cyan = 0.69, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.75.

Color convert

RGB 20 64 55 -
CMYK 0.69 0 0.14 0.75
HSL 167.73º 0.52% 0.16% -
HSV(B) 167.73º 0.69% 0.25% -
XYZ 2.81 4.09 4.26 -
YUV 49.82 130.92 106.73 -
System Red Green Blue C M Y K H S L
Decimal 20 64 55 0.69 0 0.14 0.75 167.73 0.52 0.16
Hex 14 40 37 45 0 E 4B A8 34 10
Octal 24 100 67 105 0 16 113 250 64 20
Binary 10100 1000000 110111 1000101 0 1110 1001011 10101000 110100 10000

Color Harmonies of #144037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144037

Black with #144037

Text Example


Text Example

White with #144037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144037; }

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

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

background-color css

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

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

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

border-color css

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

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

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