Html Css Color HEX #144337 Deep Teal

📋 copy color: '#144337'

red 20 ◦ green 67 ◦ blue 55

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

Shades of Deep Teal #144337

Tints of Deep Teal #144337

RGB

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

 GREEN value IS 67 (26.56% from 255) = 47.18%

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

R = 14.08%
G = 47.18%
B = 38.73%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.18

 K value IS 0.74

RGB Variations

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

Color information

#144337 (or 0x144337) is known color: Deep Teal. HEX triplet: 14, 43 and 37. RGB value is (20,67,55). Sum of RGB (Red+Green+Blue) = 20+67+55=142 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.08% from 142); Green value is 67 (26.56% from 255 or 47.18% from 142); Blue value is 55 (21.88% from 255 or 38.73% from 142); Max value from RGB is 67 - color contains mainly: green. Hex color #144337 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144337 is #EBBCC8. Grayscale: #333333. Windows color (decimal): -15449289 or 3621652. OLE color: 3621652.

HSL color Cylindrical-coordinate representation of color #144337: hue angle of 164.68º degrees, saturation: 0.54, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #144337 is Cyan = 0.70, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.74.

Color convert

RGB 20 67 55 -
CMYK 0.70 0 0.18 0.74
HSL 164.68º 0.54% 0.17% -
HSV(B) 164.68º 0.7% 0.26% -
XYZ 2.99 4.44 4.31 -
YUV 51.58 129.93 105.48 -
System Red Green Blue C M Y K H S L
Decimal 20 67 55 0.70 0 0.18 0.74 164.68 0.54 0.17
Hex 14 43 37 46 0 12 4A A5 36 11
Octal 24 103 67 106 0 22 112 245 66 21
Binary 10100 1000011 110111 1000110 0 10010 1001010 10100101 110110 10001

Color Harmonies of #144337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144337

Black with #144337

Text Example


Text Example

White with #144337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144337; }

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

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

background-color css

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

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

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

border-color css

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

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

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