Html Css Color HEX #145361 Teal Blue

📋 copy color: '#145361'

red 20 ◦ green 83 ◦ blue 97

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

Shades of Teal Blue #145361

Tints of Teal Blue #145361

RGB

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

 GREEN value IS 83 (32.81% from 255) = 41.5%

 BLUE value IS 97 (38.28% from 255) = 48.5%

R = 10%
G = 41.5%
B = 48.5%

CMYK

 C value IS 0.79

 M value IS 0.14

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#145361 (or 0x145361) is known color: Teal Blue. HEX triplet: 14, 53 and 61. RGB value is (20,83,97). Sum of RGB (Red+Green+Blue) = 20+83+97=200 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10% from 200); Green value is 83 (32.81% from 255 or 41.5% from 200); Blue value is 97 (38.28% from 255 or 48.5% from 200); Max value from RGB is 97 - color contains mainly: blue. Hex color #145361 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145361 is #EBAC9E. Grayscale: #414141. Windows color (decimal): -15445151 or 6378260. OLE color: 6378260.

HSL color Cylindrical-coordinate representation of color #145361: hue angle of 190.91º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #145361 is Cyan = 0.79, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 20 83 97 -
CMYK 0.79 0.14 0 0.62
HSL 190.91º 0.66% 0.23% -
HSV(B) 190.91º 0.79% 0.38% -
XYZ 5.54 7.2 12.41 -
YUV 65.76 145.63 95.36 -
System Red Green Blue C M Y K H S L
Decimal 20 83 97 0.79 0.14 0 0.62 190.91 0.66 0.23
Hex 14 53 61 4F E 0 3E BF 42 17
Octal 24 123 141 117 16 0 76 277 102 27
Binary 10100 1010011 1100001 1001111 1110 0 111110 10111111 1000010 10111

Color Harmonies of #145361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145361

Black with #145361

Text Example


Text Example

White with #145361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145361; }

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

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

background-color css

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

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

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

border-color css

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

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

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