Html Css Color HEX #144653 Teal Blue

📋 copy color: '#144653'

red 20 ◦ green 70 ◦ blue 83

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

Shades of Teal Blue #144653

Tints of Teal Blue #144653

RGB

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

 GREEN value IS 70 (27.73% from 255) = 40.46%

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

R = 11.56%
G = 40.46%
B = 47.98%

CMYK

 C value IS 0.76

 M value IS 0.16

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#144653 (or 0x144653) is known color: Teal Blue. HEX triplet: 14, 46 and 53. RGB value is (20,70,83). Sum of RGB (Red+Green+Blue) = 20+70+83=173 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.56% from 173); Green value is 70 (27.73% from 255 or 40.46% from 173); Blue value is 83 (32.81% from 255 or 47.98% from 173); Max value from RGB is 83 - color contains mainly: blue. Hex color #144653 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144653 is #EBB9AC. Grayscale: #383838. Windows color (decimal): -15448493 or 5457428. OLE color: 5457428.

HSL color Cylindrical-coordinate representation of color #144653: hue angle of 192.38º 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 #144653 is Cyan = 0.76, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 20 70 83 -
CMYK 0.76 0.16 0 0.67
HSL 192.38º 0.61% 0.2% -
HSV(B) 192.38º 0.76% 0.33% -
XYZ 4.04 5.15 8.97 -
YUV 56.53 142.94 101.94 -
System Red Green Blue C M Y K H S L
Decimal 20 70 83 0.76 0.16 0 0.67 192.38 0.61 0.2
Hex 14 46 53 4C 10 0 43 C0 3D 14
Octal 24 106 123 114 20 0 103 300 75 24
Binary 10100 1000110 1010011 1001100 10000 0 1000011 11000000 111101 10100

Color Harmonies of #144653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144653

Black with #144653

Text Example


Text Example

White with #144653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144653; }

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

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

background-color css

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

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

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

border-color css

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

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

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