Html Css Color HEX #144955 Teal Blue

📋 copy color: '#144955'

red 20 ◦ green 73 ◦ blue 85

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

Shades of Teal Blue #144955

Tints of Teal Blue #144955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 47.75%

R = 11.24%
G = 41.01%
B = 47.75%

CMYK

 C value IS 0.76

 M value IS 0.14

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#144955 (or 0x144955) is known color: Teal Blue. HEX triplet: 14, 49 and 55. RGB value is (20,73,85). Sum of RGB (Red+Green+Blue) = 20+73+85=178 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.24% from 178); Green value is 73 (28.91% from 255 or 41.01% from 178); Blue value is 85 (33.59% from 255 or 47.75% from 178); Max value from RGB is 85 - color contains mainly: blue. Hex color #144955 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144955 is #EBB6AA. Grayscale: #3A3A3A. Windows color (decimal): -15447723 or 5589268. OLE color: 5589268.

HSL color Cylindrical-coordinate representation of color #144955: hue angle of 191.08º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #144955 is Cyan = 0.76, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 20 73 85 -
CMYK 0.76 0.14 0 0.67
HSL 191.08º 0.62% 0.21% -
HSV(B) 191.08º 0.76% 0.33% -
XYZ 4.31 5.57 9.44 -
YUV 58.52 142.94 100.52 -
System Red Green Blue C M Y K H S L
Decimal 20 73 85 0.76 0.14 0 0.67 191.08 0.62 0.21
Hex 14 49 55 4C E 0 43 BF 3E 15
Octal 24 111 125 114 16 0 103 277 76 25
Binary 10100 1001001 1010101 1001100 1110 0 1000011 10111111 111110 10101

Color Harmonies of #144955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144955

Black with #144955

Text Example


Text Example

White with #144955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144955; }

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

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

background-color css

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

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

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

border-color css

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

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

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