Html Css Color HEX #145446 Deep Teal

📋 copy color: '#145446'

red 20 ◦ green 84 ◦ blue 70

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

Shades of Deep Teal #145446

Tints of Deep Teal #145446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 40.23%

R = 11.49%
G = 48.28%
B = 40.23%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.17

 K value IS 0.67

RGB Variations

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

Color information

#145446 (or 0x145446) is known color: Deep Teal. HEX triplet: 14, 54 and 46. RGB value is (20,84,70). Sum of RGB (Red+Green+Blue) = 20+84+70=174 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.49% from 174); Green value is 84 (33.20% from 255 or 48.28% from 174); Blue value is 70 (27.73% from 255 or 40.23% from 174); Max value from RGB is 84 - color contains mainly: green. Hex color #145446 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145446 is #EBABB9. Grayscale: #3F3F3F. Windows color (decimal): -15444922 or 4609044. OLE color: 4609044.

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

Color convert

RGB 20 84 70 -
CMYK 0.76 0 0.17 0.67
HSL 166.88º 0.62% 0.2% -
HSV(B) 166.88º 0.76% 0.33% -
XYZ 4.56 6.93 6.89 -
YUV 63.27 131.8 97.14 -
System Red Green Blue C M Y K H S L
Decimal 20 84 70 0.76 0 0.17 0.67 166.88 0.62 0.2
Hex 14 54 46 4C 0 11 43 A7 3E 14
Octal 24 124 106 114 0 21 103 247 76 24
Binary 10100 1010100 1000110 1001100 0 10001 1000011 10100111 111110 10100

Color Harmonies of #145446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145446

Black with #145446

Text Example


Text Example

White with #145446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145446; }

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

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

background-color css

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

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

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

border-color css

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

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

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