Html Css Color HEX #144853 Teal Blue

📋 copy color: '#144853'

red 20 ◦ green 72 ◦ blue 83

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

Shades of Teal Blue #144853

Tints of Teal Blue #144853

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 47.43%

R = 11.43%
G = 41.14%
B = 47.43%

CMYK

 C value IS 0.76

 M value IS 0.13

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#144853 (or 0x144853) is known color: Teal Blue. HEX triplet: 14, 48 and 53. RGB value is (20,72,83). Sum of RGB (Red+Green+Blue) = 20+72+83=175 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.43% from 175); Green value is 72 (28.52% from 255 or 41.14% from 175); Blue value is 83 (32.81% from 255 or 47.43% from 175); Max value from RGB is 83 - color contains mainly: blue. Hex color #144853 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144853 is #EBB7AC. Grayscale: #393939. Windows color (decimal): -15447981 or 5457940. OLE color: 5457940.

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

Color convert

RGB 20 72 83 -
CMYK 0.76 0.13 0 0.67
HSL 190.48º 0.61% 0.2% -
HSV(B) 190.48º 0.76% 0.33% -
XYZ 4.17 5.41 9.01 -
YUV 57.71 142.27 101.11 -
System Red Green Blue C M Y K H S L
Decimal 20 72 83 0.76 0.13 0 0.67 190.48 0.61 0.2
Hex 14 48 53 4C D 0 43 BE 3D 14
Octal 24 110 123 114 15 0 103 276 75 24
Binary 10100 1001000 1010011 1001100 1101 0 1000011 10111110 111101 10100

Color Harmonies of #144853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144853

Black with #144853

Text Example


Text Example

White with #144853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144853; }

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

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

background-color css

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

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

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

border-color css

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

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

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