Html Css Color HEX #145443 Deep Teal

📋 copy color: '#145443'

red 20 ◦ green 84 ◦ blue 67

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

Shades of Deep Teal #145443

Tints of Deep Teal #145443

RGB

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

 GREEN value IS 84 (33.2% from 255) = 49.12%

 BLUE value IS 67 (26.56% from 255) = 39.18%

R = 11.7%
G = 49.12%
B = 39.18%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#145443 (or 0x145443) is known color: Deep Teal. HEX triplet: 14, 54 and 43. RGB value is (20,84,67). Sum of RGB (Red+Green+Blue) = 20+84+67=171 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.70% from 171); Green value is 84 (33.20% from 255 or 49.12% from 171); Blue value is 67 (26.56% from 255 or 39.18% from 171); Max value from RGB is 84 - color contains mainly: green. Hex color #145443 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145443 is #EBABBC. Grayscale: #3E3E3E. Windows color (decimal): -15444925 or 4412436. OLE color: 4412436.

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

Color convert

RGB 20 84 67 -
CMYK 0.76 0 0.20 0.67
HSL 164.06º 0.62% 0.2% -
HSV(B) 164.06º 0.76% 0.33% -
XYZ 4.47 6.89 6.41 -
YUV 62.93 130.3 97.38 -
System Red Green Blue C M Y K H S L
Decimal 20 84 67 0.76 0 0.20 0.67 164.06 0.62 0.2
Hex 14 54 43 4C 0 14 43 A4 3E 14
Octal 24 124 103 114 0 24 103 244 76 24
Binary 10100 1010100 1000011 1001100 0 10100 1000011 10100100 111110 10100

Color Harmonies of #145443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145443

Black with #145443

Text Example


Text Example

White with #145443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145443; }

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

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

background-color css

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

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

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

border-color css

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

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

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